Skip to content

Commit

Permalink
Fixed #6793
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed Nov 22, 2024
1 parent 4bbc738 commit 0c0008c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/primevue/src/select/Select.vue
Original file line number Diff line number Diff line change
Expand Up @@ -703,7 +703,7 @@ export default {
this.unbindScrollListener();
this.unbindResizeListener();
if (this.autoFilterFocus && this.filter) {
if (this.autoFilterFocus && this.filter && !this.editable) {
this.$nextTick(() => {
focus(this.$refs.filterInput.$el);
});
Expand Down

0 comments on commit 0c0008c

Please sign in to comment.