Fixed issue where the select focus was lost when an option was selected with enter key while autoFilterFocus was true

pull/6201/head
mahmuth 2024-08-08 01:09:05 +03:00
parent 6e55ee9514
commit 900a1c67a9
1 changed files with 1 additions and 0 deletions

View File

@ -699,6 +699,7 @@ export default {
this.unbindScrollListener(); this.unbindScrollListener();
this.unbindResizeListener(); this.unbindResizeListener();
this.autoFilterFocus && focus(this.$refs.focusInput);
this.$emit('hide'); this.$emit('hide');
this.overlay = null; this.overlay = null;
}, },