mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-08 16:37:15 +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
|
@ -33,6 +33,10 @@ export default {
|
|||
closeIcon: {
|
||||
type: String,
|
||||
default: undefined
|
||||
},
|
||||
closeOnEscape: {
|
||||
type: Boolean,
|
||||
default: true
|
||||
}
|
||||
},
|
||||
style: OverlayPanelStyle,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue