diff --git a/frontend/js/components/DatePicker.vue b/frontend/js/components/DatePicker.vue index e4f9fd3a5..a7fb83516 100644 --- a/frontend/js/components/DatePicker.vue +++ b/frontend/js/components/DatePicker.vue @@ -178,6 +178,7 @@ }, onClose: function (selectedDates, dateStr, instance) { self.$nextTick(function () { // wait for the datepicker to properly update the UI + self.date = dateStr; self.$emit('input', self.date) self.$emit('close', self.date)