From f1d16649bcc5c53c43b96c29addd7296453afa3d Mon Sep 17 00:00:00 2001 From: tugcekucukoglu Date: Fri, 3 Nov 2023 10:01:09 +0300 Subject: [PATCH] Fixed #4157 - Calendar does not show the right month (for the minimal departure date) when it's dynamically set --- components/lib/calendar/Calendar.vue | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/components/lib/calendar/Calendar.vue b/components/lib/calendar/Calendar.vue index 48d1bbc6d..4fc9f83a4 100755 --- a/components/lib/calendar/Calendar.vue +++ b/components/lib/calendar/Calendar.vue @@ -554,6 +554,12 @@ export default { showTime() { this.updateCurrentMetaData(); }, + minDate() { + this.updateCurrentMetaData(); + }, + maxDate() { + this.updateCurrentMetaData(); + }, months() { if (this.overlay) { if (!this.focused) {