diff --git a/src/components/calendar/Calendar.vue b/src/components/calendar/Calendar.vue index cb707cb9b..fe6adea9d 100755 --- a/src/components/calendar/Calendar.vue +++ b/src/components/calendar/Calendar.vue @@ -918,6 +918,7 @@ export default { if (this.isSingleSelection() && (!this.showTime || this.hideOnDateTimeSelect)) { setTimeout(() => { + this.input.focus(); this.overlayVisible = false; }, 150); }