Fixed #5138 - Dropdown: esc keypress propagates and triggers close in dialogs

pull/5269/head
tugcekucukoglu 2024-02-13 15:28:17 +03:00
parent 9ab22ea0a0
commit 83818568a4
1 changed files with 1 additions and 0 deletions

View File

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