mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 01:12:37 +00:00
Update overlaypanel.js
This commit is contained in:
parent
b4eec67ef8
commit
e51e9c9b8f
1 changed files with 6 additions and 0 deletions
|
@ -47,6 +47,12 @@ const OverlayPanelProps = [
|
|||
default: 'undefined',
|
||||
description: 'Display a custom close icon for the message.'
|
||||
},
|
||||
{
|
||||
name: 'closeOnEscape',
|
||||
type: 'boolean',
|
||||
default: 'true',
|
||||
description: 'Specifies if pressing escape key should hide the dialog.'
|
||||
},
|
||||
{
|
||||
name: 'pt',
|
||||
type: 'any',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue