Skip to content

Commit

Permalink
Fix #11369: 13.0.6 SelectOneMenu allow dialog ESC (#11370)
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware committed Feb 1, 2024
1 parent 6ea5e4b commit 8cfe9a2
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -934,9 +934,8 @@ PrimeFaces.widget.SelectOneMenu = PrimeFaces.widget.DeferredWidget.extend({
if(this.panel.is(':visible')) {
this.revert();
this.hide();
event.preventDefault();
}

event.preventDefault();
},

/**
Expand Down

0 comments on commit 8cfe9a2

Please sign in to comment.