Calendar: when date is selected, input focus should remain

pull/2835/head
Tuğçe Küçükoğlu 2022-08-01 15:23:15 +03:00
parent 53a7d935d6
commit ae0c694f55
1 changed files with 1 additions and 0 deletions

View File

@ -918,6 +918,7 @@ export default {
if (this.isSingleSelection() && (!this.showTime || this.hideOnDateTimeSelect)) {
setTimeout(() => {
this.input.focus();
this.overlayVisible = false;
}, 150);
}