mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 09:22:34 +00:00
focus blink fix
This commit is contained in:
parent
57de63f659
commit
7e29b953f4
1 changed files with 4 additions and 4 deletions
|
@ -1155,11 +1155,11 @@ export default {
|
|||
}
|
||||
|
||||
if (this.isSingleSelection() && (!this.showTime || this.hideOnDateTimeSelect)) {
|
||||
if (this.input) {
|
||||
this.input.focus();
|
||||
}
|
||||
|
||||
setTimeout(() => {
|
||||
if (this.input) {
|
||||
this.input.focus();
|
||||
}
|
||||
|
||||
this.overlayVisible = false;
|
||||
}, 150);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue