Fixed #47 - Calendar.vue: when the value is updated, the component partially updates itself

pull/104/head
cagataycivici 2019-10-01 16:12:20 +03:00
parent 3c798e75f3
commit c1fffaa19b
1 changed files with 2 additions and 1 deletions

View File

@ -341,8 +341,9 @@ export default {
timePickerTimer: null,
isKeydown: false,
watch: {
value() {
value(newValue) {
this.updateCurrentMetaData();
this.updateInputFieldValue(newValue);
}
},
methods: {