Calendar: when date is selected, input focus should remain
parent
53a7d935d6
commit
ae0c694f55
|
@ -918,6 +918,7 @@ export default {
|
|||
|
||||
if (this.isSingleSelection() && (!this.showTime || this.hideOnDateTimeSelect)) {
|
||||
setTimeout(() => {
|
||||
this.input.focus();
|
||||
this.overlayVisible = false;
|
||||
}, 150);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue