TanStack / form

🤖 Powerful and type-safe form state management for the web. TS/JS, React Form, Solid Form, Lit Form and Vue Form.
https://tanstack.com/form
MIT License
3.59k stars 322 forks source link

allow to reset form with new values #785

Open crutchcorn opened 2 months ago

crutchcorn commented 2 months ago

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/
vara855 commented 1 month ago

@crutchcorn Hi. I'm wanna to contribute. Can you assign it to me?