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

This commit is contained in:
tugcekucukoglu 2023-11-03 10:01:09 +03:00
parent abc277b4f9
commit f1d16649bc

View file

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