TanStack
OSS
form
Overview
Sign in / Sign up
Open main menu
form
GitHub
Overview
Runs
Analytics
Loading workspace stats
Loading workspace insights...
Statistics interval
7 days
30 days
Latest CI Pipeline Executions
Status
Fix filter
Filter
Fuzzy
Filter range
Sort by
Sort by
Start time
Sort ascending
Sort descending
Succeeded
main
741da6bb fix(form-core): clear stale onBlur errors on re-submission (#2120) * fix(form-core): run field validators on re-submission to clear stale errors When a field has an onBlur validator that produces an error, subsequent form submission attempts are blocked by a canSubmit check that runs before validateAllFields. This means stale onBlur errors (e.g. from a field that is no longer invalid) prevent re-submission. Fix: on re-submission attempts (submissionAttempts > 1), skip the early canSubmit return so validateAllFields can re-run all field validators for the submit cause. Stale errors are cleared and the isFieldsValid check below handles the invalidity gate correctly. First-submission behavior (submissionAttempts <= 1) is unchanged so existing canSubmit semantics (e.g. onMount errors) are preserved. Fixes #2034 * chore: add changeset for #2034 fix --------- Co-authored-by: Corbin Crutchley <git@crutchcorn.dev>
by easeurmind
e
Previous page
Previous
Next
Next page