Dialog: dismissableMask not working when closable false #3560
Labels
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
Describe the bug
I've got a Dialog without the close 'X' and I'd like the dismissableMask Feature to be enabled. But as soon as I set
closable = false
the dismissableMask Feature stops working.Documentation does not tell about this behaviour but code shows it here:
https://github.com/primefaces/primevue/blob/master/components/dialog/Dialog.vue#L233-L237
Reproducer
https://codesandbox.io/s/sad-zhukovsky-hm27zj?file=/src/App.vue:158-164
PrimeVue version
3.21.0
Vue version
3.x
Language
TypeScript
Build / Runtime
Vue CLI App
Browser(s)
No response
Steps to reproduce the behavior
No response
Expected behavior
dismissableMask should work regardless of the closable property
The text was updated successfully, but these errors were encountered: