form
form copied to clipboard
allow to reset form with new values
Discussed in https://github.com/TanStack/form/discussions/596
Originally posted by schiller-manuel February 8, 2024 After form submission I want to keep the form open and make the form pristine again, but don't want to lose the current values.
Inspiration: In RHF this is possible via calling reset with new values: https://www.react-hook-form.com/api/useform/reset/
@crutchcorn Hi. I'm wanna to contribute. Can you assign it to me?
Done in #791