Skip to content

Commit

Permalink
Refactor on Calendar
Browse files Browse the repository at this point in the history
  • Loading branch information
mertsincan committed Aug 21, 2019
1 parent ee8a4d7 commit 4f8676d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/calendar/Calendar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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)) {
Expand Down

0 comments on commit 4f8676d

Please sign in to comment.