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) {