Replies: 1 comment
-
You need to use node-refs and manually reset all form input values using web-sys. You also dont need re-rendering for this. Or another option is to make your inputs be controlled. That way you can just set the input state and you component will rerender. |
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
-
How can I check the response to redirect or re-render the form?
Beta Was this translation helpful? Give feedback.
All reactions