T
TanStack10mo ago
fair-rose

"has been changed since submission" state?

Is there a way to have a state like "changed since last submission" on the entire form. Ideally the analogs for dirty/touched. I've tried building this myself to no avail, and it doesn't seem like it's available in the API. Thanks!
1 Reply
extended-salmon
extended-salmon10mo ago
well, if you call reset() onSubmission success... could you not useStore and reduce/some down field.meta.touched?

Did you find this page helpful?