Fixed #4157 - Calendar does not show the right month (for the minimal departure date) when it's dynamically set

pull/4753/head
tugcekucukoglu 2023-11-03 10:01:09 +03:00
parent abc277b4f9
commit f1d16649bc
1 changed files with 6 additions and 0 deletions

View File

@ -554,6 +554,12 @@ export default {
showTime() { showTime() {
this.updateCurrentMetaData(); this.updateCurrentMetaData();
}, },
minDate() {
this.updateCurrentMetaData();
},
maxDate() {
this.updateCurrentMetaData();
},
months() { months() {
if (this.overlay) { if (this.overlay) {
if (!this.focused) { if (!this.focused) {