diff --git a/src/components/calendar/Calendar.vue b/src/components/calendar/Calendar.vue index 8dc431796..72de880b1 100755 --- a/src/components/calendar/Calendar.vue +++ b/src/components/calendar/Calendar.vue @@ -459,6 +459,9 @@ export default { months() { if (this.overlay) { if (!this.focused) { + if (this.inline) { + this.preventFocus = true + } setTimeout(this.updateFocus, 0); } }