Skip to content

Commit

Permalink
Merge pull request #6201 from trombonist76/fix/select-auto-filter-focus
Browse files Browse the repository at this point in the history
Fixed issue where the select focus was lost when an option was selected with enter key while autoFilterFocus was true
  • Loading branch information
tugcekucukoglu authored Aug 21, 2024
2 parents 81c9008 + 900a1c6 commit 0ef9da6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/primevue/src/select/Select.vue
Original file line number Diff line number Diff line change
Expand Up @@ -699,6 +699,7 @@ export default {
this.unbindScrollListener();
this.unbindResizeListener();
this.autoFilterFocus && focus(this.$refs.focusInput);
this.$emit('hide');
this.overlay = null;
},
Expand Down

0 comments on commit 0ef9da6

Please sign in to comment.