Fixed #4157 - Calendar does not show the right month (for the minimal departure date) when it's dynamically set
parent
abc277b4f9
commit
f1d16649bc
|
@ -554,6 +554,12 @@ export default {
|
|||
showTime() {
|
||||
this.updateCurrentMetaData();
|
||||
},
|
||||
minDate() {
|
||||
this.updateCurrentMetaData();
|
||||
},
|
||||
maxDate() {
|
||||
this.updateCurrentMetaData();
|
||||
},
|
||||
months() {
|
||||
if (this.overlay) {
|
||||
if (!this.focused) {
|
||||
|
|
Loading…
Reference in New Issue