focus blink fix
parent
57de63f659
commit
7e29b953f4
|
@ -1155,11 +1155,11 @@ export default {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (this.isSingleSelection() && (!this.showTime || this.hideOnDateTimeSelect)) {
|
if (this.isSingleSelection() && (!this.showTime || this.hideOnDateTimeSelect)) {
|
||||||
setTimeout(() => {
|
|
||||||
if (this.input) {
|
if (this.input) {
|
||||||
this.input.focus();
|
this.input.focus();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
setTimeout(() => {
|
||||||
this.overlayVisible = false;
|
this.overlayVisible = false;
|
||||||
}, 150);
|
}, 150);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue