-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Primevue 2 dismissableMask=true not working when clicking outside the modal #741
Comments
the issue has not been solved in V2.3.0. At Dialog.vue , line 131 "this.mask === event.tagert" , the mask is undefined @cagataycivici |
How can I to update this version by npm , I can't found the package of latest V2.x at the npm repository @cagataycivici @tugcekucukoglu |
As far as I can tell this is also broken in version 3.1.1 |
Works for me on 3.2.0-rc.1, will check for 2.x. |
I have tried 3.2.0-rc.1 now and it still does not work. However by accident I found that it works fine, but only if also |
still broken in version 3.3.5 |
still broken in verison 3.5.1 as well. Please look into this. |
For 3.5.1, cannot replicate it. https://codesandbox.io/s/cool-bash-p4w3g |
Hello! It will only work if you use also :modal="true" Working example:
|
Works for 3.5.1; https://codesandbox.io/s/cool-bash-p4w3g Please create a new ticket with a code sandbox template demonstrating the issue. |
Something to note: this doesn't work if you have :closable="false" specified |
Code can be seen here https://codesandbox.io/s/mystifying-shaw-080f3?file=/src/App.vue
The text was updated successfully, but these errors were encountered: