Feature request - Reset all variable values in a modal

When you have a form in a modal (not action form) it´s quite a hassle to reset all the variables that is used in the modal when you close it. You have to add them one by one and hope that you have added all of them.

A nice feature would be to reset the modal and all the variables used in that modal through an event.

Hi bobby,

A simple solution to this could be to embed another module inside if your modal.

If your modal takes in an object + some user input variables, the latter will not show up when you open the modal again.

That’s how I have it now, so it doesn’t work. Set variables are still set when I close and open the modal.