You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, thanks for providing this neat plugin :)
I'm using the modal to display a pre filled form. I wonder how to change configuration settings on the fly. For example if values are changed, I would like to set is_locked to true and eventually have a confirmation Modal.
How to approach this?
Thanks in advance
The text was updated successfully, but these errors were encountered:
Hi Elias, currently on the fly configuration changes aren't available.
So i'm understanding your setup, are you hoping to change the modal to be locked while it's open, or before it's opened a second time? Are you able to share your use case? What i'm trying to gauge is whether this is something that is unique to your environment, or something that would be useful to the wider audience and should be considered as an enhancement we look to built into the plugin (though with a low priority at the moment)
One solution for your confirmation modal may be to have a secondary one sitting in waiting until you need it, and then trigger it as necessary.
First of all, thanks for providing this neat plugin :)
I'm using the modal to display a pre filled form. I wonder how to change configuration settings on the fly. For example if values are changed, I would like to set is_locked to true and eventually have a confirmation Modal.
How to approach this?
Thanks in advance
The text was updated successfully, but these errors were encountered: