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.
By clicking “Sign up for GitHub”, you agree to our
terms of service
and
privacy statement
. We’ll occasionally send you account related emails.
Already on GitHub?
Sign in
to your account
Is your feature request related to a problem? Please describe.
Calling
reset(values, { keepDefaultValues: true })
on a form doesn't update input values with the given values.
Describe the solution you'd like
I would like to be able to reset the form with values while keeping the original defaultValues.
Describe alternatives you've considered
While I could call setValue for each field, that becomes cumbersome with a large amount of fields.
Additional context
Discussion
#6710