diff --git a/src/components/calendar/Calendar.vue b/src/components/calendar/Calendar.vue index 36ddf47c8..5a43aeb62 100755 --- a/src/components/calendar/Calendar.vue +++ b/src/components/calendar/Calendar.vue @@ -435,6 +435,9 @@ export default { months() { if (this.overlay) { if (!this.focused) { + if (this.inline) { + this.preventFocus = true + } setTimeout(this.updateFocus, 0); } }