Modaal icon indicating copy to clipboard operation
Modaal copied to clipboard

Question: Change configuration settings on the fly

Open eliaspn opened this issue 9 years ago • 1 comments

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

eliaspn avatar Feb 22 '17 14:02 eliaspn

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.

danhumaan avatar Feb 23 '17 00:02 danhumaan