diff --git a/src/components/calendar/Calendar.vue b/src/components/calendar/Calendar.vue index d3994ebfa..a1200dd60 100755 --- a/src/components/calendar/Calendar.vue +++ b/src/components/calendar/Calendar.vue @@ -325,6 +325,8 @@ 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'; }