Fixed #47 - Calendar.vue: when the value is updated, the component partially updates itself
parent
3c798e75f3
commit
c1fffaa19b
|
@ -341,8 +341,9 @@ export default {
|
||||||
timePickerTimer: null,
|
timePickerTimer: null,
|
||||||
isKeydown: false,
|
isKeydown: false,
|
||||||
watch: {
|
watch: {
|
||||||
value() {
|
value(newValue) {
|
||||||
this.updateCurrentMetaData();
|
this.updateCurrentMetaData();
|
||||||
|
this.updateInputFieldValue(newValue);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
|
Loading…
Reference in New Issue