I want to set my popup in bakground dismissble and when I have popup I could close by button either by clicking somewhere in screeen but even I checked mark background dismiible is not working!!
You need to have modal selected as well for that to work. From the manual for that action setting:
Background dismissible - A boolean indicating if the popup can be dismissed by clicking outside of it. This setting is only applied if the modal option is enabled. If omitted, defaults to false.
Thank you soooo much , It works!