focus blink fix

pull/5756/head
Oğuzhan 2024-05-02 23:06:18 +03:00 committed by Tuğçe Küçükoğlu
parent 57de63f659
commit 7e29b953f4
1 changed files with 4 additions and 4 deletions

View File

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