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

This commit is contained in:
tugcekucukoglu 2024-02-13 15:28:17 +03:00
parent 9ab22ea0a0
commit 83818568a4

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) {