From dba903144c2309dd6b23b2cd2e850925f8ea23eb Mon Sep 17 00:00:00 2001 From: yigitfindikli Date: Thu, 24 Feb 2022 13:56:14 +0300 Subject: [PATCH] Fixed #2212 - Inline calendar adds autofocus --- src/components/calendar/Calendar.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/calendar/Calendar.vue b/src/components/calendar/Calendar.vue index a1200dd60..d3383ac5c 100755 --- a/src/components/calendar/Calendar.vue +++ b/src/components/calendar/Calendar.vue @@ -325,6 +325,7 @@ export default { this.overlay && this.overlay.setAttribute(this.attributeSelector, ''); if (!this.$attrs.disabled) { + this.preventFocus = true; this.initFocusableCell(); if (this.numberOfMonths === 1) {