From 19552c351ac8d0c2dacafe0c2a09ec3785216210 Mon Sep 17 00:00:00 2001 From: yigitfindikli Date: Thu, 24 Feb 2022 13:48:28 +0300 Subject: [PATCH] Fixed #2212 - Inline calendar adds autofocus --- src/components/calendar/Calendar.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/calendar/Calendar.vue b/src/components/calendar/Calendar.vue index a1200dd60..d3994ebfa 100755 --- a/src/components/calendar/Calendar.vue +++ b/src/components/calendar/Calendar.vue @@ -325,8 +325,6 @@ export default { this.overlay && this.overlay.setAttribute(this.attributeSelector, ''); if (!this.$attrs.disabled) { - this.initFocusableCell(); - if (this.numberOfMonths === 1) { this.overlay.style.width = DomHandler.getOuterWidth(this.$el) + 'px'; }