Merge pull request #6201 from trombonist76/fix/select-auto-filter-focus

Fixed issue where the select focus was lost when an option was selected with enter key while autoFilterFocus was true
pull/6161/head^2
Tuğçe Küçükoğlu 2024-08-21 14:14:00 +03:00 committed by GitHub
commit 0ef9da68d3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

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