Is your feature request related to a problem? Please describe.
The problem is that each element may have a different preference as to whether or not to close via backdrop.
For example in my case I have this need:
SmartSelect must not close via backdrop;
Photobrowser must be able to close via backdrop;
Popup must not close via backdrop;
With this configuration it is not possible to use the options present now (configuration from the app / component configuration on the page)
The simplest solution is to add the ability to change the parameter for each component that uses it.
Example:
Is your feature request related to a problem? Please describe. The problem is that each element may have a different preference as to whether or not to close via backdrop. For example in my case I have this need:
SmartSelect
must not close via backdrop;Photobrowser
must be able to close via backdrop;Popup
must not close via backdrop;With this configuration it is not possible to use the options present now (configuration from the app / component configuration on the page)
The simplest solution is to add the ability to change the parameter for each component that uses it. Example:
Or in app config
This problem can be extended to any component that uses another component with options like this.