mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
Fixed #4157 - Calendar does not show the right month (for the minimal departure date) when it's dynamically set
This commit is contained in:
parent
abc277b4f9
commit
f1d16649bc
1 changed files with 6 additions and 0 deletions
|
@ -554,6 +554,12 @@ export default {
|
|||
showTime() {
|
||||
this.updateCurrentMetaData();
|
||||
},
|
||||
minDate() {
|
||||
this.updateCurrentMetaData();
|
||||
},
|
||||
maxDate() {
|
||||
this.updateCurrentMetaData();
|
||||
},
|
||||
months() {
|
||||
if (this.overlay) {
|
||||
if (!this.focused) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue