mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 17:32:36 +00:00
Merge pull request #5269 from primefaces/issue-5138
Fixed #5138 - Dropdown: esc keypress propagates and triggers close in…
This commit is contained in:
commit
f230253658
1 changed files with 1 additions and 0 deletions
|
@ -631,6 +631,7 @@ export default {
|
|||
onEscapeKey(event) {
|
||||
this.overlayVisible && this.hide(true);
|
||||
event.preventDefault();
|
||||
event.stopPropagation();
|
||||
},
|
||||
onTabKey(event, pressedInInputText = false) {
|
||||
if (!pressedInInputText) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue