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() {
|
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) {
|
||||||
|
|
Loading…
Reference in New Issue