mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
fix #4620 Overlaypanel: Overlay panel doesnot close on escape button click
This commit is contained in:
parent
c0bf815e92
commit
02cbc1e98d
3 changed files with 31 additions and 0 deletions
|
@ -163,6 +163,11 @@ export interface OverlayPanelProps {
|
|||
* @defaultValue false
|
||||
*/
|
||||
unstyled?: boolean;
|
||||
/**
|
||||
* Specifies if pressing escape key should hide the dialog.
|
||||
* @defaultValue true
|
||||
*/
|
||||
closeOnEscape?: boolean | undefined;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue