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
The thing is all the fields get destroyed, but will still be visible. I need to reload the page to get the clean form. Is there a function to clear all form values?
Or mayby it should be manually possible to initialize garlic.
Thanks for taking the time!
The text was updated successfully, but these errors were encountered:
I did not recall having set a clear form function into garlic. This is something I think you would have to implement yourself, web has plenty questions on that topic.
What is your use case, why do you need to do that?
Is there a way to destroy and clear the
values
before the form gets initialized?This is my code:
The thing is all the fields get destroyed, but will still be visible. I need to reload the page to get the clean form. Is there a function to
clear
all form values?Or mayby it should be manually possible to initialize garlic.
Thanks for taking the time!
The text was updated successfully, but these errors were encountered: