Skip to content

Commit

Permalink
fix(autocomplete): avoid default event prevention on enter key press p…
Browse files Browse the repository at this point in the history
  • Loading branch information
SamVanini committed Jan 16, 2025
1 parent 10694a2 commit 6c539f0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/primevue/src/autocomplete/AutoComplete.vue
Original file line number Diff line number Diff line change
Expand Up @@ -702,8 +702,6 @@ export default {
this.hide();
}
}
event.preventDefault();
},
onEscapeKey(event) {
this.overlayVisible && this.hide(true);
Expand Down

0 comments on commit 6c539f0

Please sign in to comment.