diff --git a/components/lib/calendar/Calendar.vue b/components/lib/calendar/Calendar.vue index 13626c856..f07f0f2ac 100755 --- a/components/lib/calendar/Calendar.vue +++ b/components/lib/calendar/Calendar.vue @@ -637,7 +637,7 @@ export default { updated() { if (this.overlay) { this.preventFocus = true; - this.updateFocus(); + setTimeout(this.updateFocus, 0); } if (this.input && this.selectionStart != null && this.selectionEnd != null) {