Skip to content

Commit

Permalink
Fix primefaces#11369: 13.0.6 SelectOneMenu allow dialog ESC
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware committed Jan 31, 2024
1 parent 6ea5e4b commit fe115ff
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 fe115ff

Please sign in to comment.