Replies: 1 comment
-
Could you let me know if you found a solution? I want to set it to empty all the values of the object's properties |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm populating a form without knowing the properties, thus I create an empty object with useForm
After populating the formContainer, how can I reset the formContainer to an empty object?
formContainer.reset()
does not seem to work without predefined properties.Beta Was this translation helpful? Give feedback.
All reactions