Fixed #2803 inline calendar autofocus when disabledDates changed
parent
67320fb0d8
commit
4a2807ea94
|
@ -435,6 +435,9 @@ export default {
|
|||
months() {
|
||||
if (this.overlay) {
|
||||
if (!this.focused) {
|
||||
if (this.inline) {
|
||||
this.preventFocus = true
|
||||
}
|
||||
setTimeout(this.updateFocus, 0);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue