Skip to content

Commit

Permalink
Fixed issue where the select focus was lost when an option was select…
Browse files Browse the repository at this point in the history
…ed with enter key while autoFilterFocus was true
  • Loading branch information
mahmuth authored and LeaderbotX400 committed Aug 29, 2024
1 parent f576011 commit d1b8f52
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 d1b8f52

Please sign in to comment.