Fixed #2212 - Inline calendar adds autofocus
parent
8501cd1165
commit
19552c351a
|
@ -325,8 +325,6 @@ 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.initFocusableCell();
|
|
||||||
|
|
||||||
if (this.numberOfMonths === 1) {
|
if (this.numberOfMonths === 1) {
|
||||||
this.overlay.style.width = DomHandler.getOuterWidth(this.$el) + 'px';
|
this.overlay.style.width = DomHandler.getOuterWidth(this.$el) + 'px';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue