diff --git a/src/components/calendar/Calendar.vue b/src/components/calendar/Calendar.vue index 9c7bf7f28..a59de31da 100644 --- a/src/components/calendar/Calendar.vue +++ b/src/components/calendar/Calendar.vue @@ -341,8 +341,9 @@ export default { timePickerTimer: null, isKeydown: false, watch: { - value() { + value(newValue) { this.updateCurrentMetaData(); + this.updateInputFieldValue(newValue); } }, methods: {