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
It is rendering just fine, but when I hide this block and show it once again, my form elements values are dropped to initial values.
formData from state is OK, values are saved here. If I submit my form, data is passed. But if a user wants to re-adjust filters in my form, previously applies filters are gone. Clear form.
Hi there!
Thanks for the amazing plugin. But I have the following issue.
In my code I have a form in a toggled block - it is shown/hidden by a button click.
So, my form block is shown this way:
It is rendering just fine, but when I hide this block and show it once again, my form elements values are dropped to initial values.
formData from state is OK, values are saved here. If I submit my form, data is passed. But if a user wants to re-adjust filters in my form, previously applies filters are gone. Clear form.
Components are generated this way:
The text was updated successfully, but these errors were encountered: