Fixed #2212 - Inline calendar adds autofocus

pull/2213/head
yigitfindikli 2022-02-24 13:56:14 +03:00
parent 6f16614948
commit dba903144c
1 changed files with 1 additions and 0 deletions

View File

@ -325,6 +325,7 @@ export default {
this.overlay && this.overlay.setAttribute(this.attributeSelector, ''); this.overlay && this.overlay.setAttribute(this.attributeSelector, '');
if (!this.$attrs.disabled) { if (!this.$attrs.disabled) {
this.preventFocus = true;
this.initFocusableCell(); this.initFocusableCell();
if (this.numberOfMonths === 1) { if (this.numberOfMonths === 1) {