Merge pull request #5269 from primefaces/issue-5138

Fixed #5138 - Dropdown: esc keypress propagates and triggers close in…
pull/5339/head
Tuğçe Küçükoğlu 2024-02-23 15:30:04 +03:00 committed by GitHub
commit f230253658
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -631,6 +631,7 @@ export default {
onEscapeKey(event) {
this.overlayVisible && this.hide(true);
event.preventDefault();
event.stopPropagation();
},
onTabKey(event, pressedInInputText = false) {
if (!pressedInInputText) {