Skip to content

Commit

Permalink
Fixed #47 - Calendar.vue: when the value is updated, the component pa…
Browse files Browse the repository at this point in the history
…rtially updates itself
  • Loading branch information
cagataycivici committed Oct 1, 2019
1 parent 3c798e7 commit c1fffaa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/calendar/Calendar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -341,8 +341,9 @@ export default {
timePickerTimer: null,
isKeydown: false,
watch: {
value() {
value(newValue) {
this.updateCurrentMetaData();
this.updateInputFieldValue(newValue);
}
},
methods: {
Expand Down

0 comments on commit c1fffaa

Please sign in to comment.