Hi, I am new to React Hook Form, Is there a way to clear my form fields after submitting the form? #12297
Answered
by
oluwatunmiisheii
tanitoluwam
asked this question in
Q&A
-
Hi, I am new to React Hook Form, Is there a way to clear my form fields after submitting the form? |
Beta Was this translation helpful? Give feedback.
Answered by
oluwatunmiisheii
Oct 3, 2024
Replies: 1 comment 1 reply
-
Hello @tanitoluwam yes there is a way, react-hook-form comes with a reset helper that helps to reset form state, you can find more info here |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
tanitoluwam
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello @tanitoluwam yes there is a way, react-hook-form comes with a reset helper that helps to reset form state, you can find more info here