T
TanStack7mo ago
wise-white

"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
ambitious-aqua
ambitious-aqua7mo 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?