diff --git a/src/components/calendar/Calendar.vue b/src/components/calendar/Calendar.vue index 7c2acb487..961d7236e 100644 --- a/src/components/calendar/Calendar.vue +++ b/src/components/calendar/Calendar.vue @@ -664,6 +664,7 @@ export default { if (this.isMultipleSelection() && this.isSelected(dateMeta)) { let newValue = this.value.filter(date => !this.isDateEquals(date, dateMeta)); this.updateModel(newValue); + this.updateInputFieldValue(newValue); } else { if (this.shouldSelectDate(dateMeta)) {