Fixed #2212 - Inline calendar adds autofocus
parent
6f16614948
commit
dba903144c
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue