TanStack
OSS
form
Sign in / Sign up
Open main menu
form
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
1971
b9dc82fe fix: preserve isValidating behavior for linked fields and add test cleanup - Set current field's isValidating when linked fields have async validators (preserves original behavior) - Add vi.useRealTimers() cleanup to test
8 days ago
by tt-a1i
t
Succeeded
1971
44f43b0a fix(form-core): set isValidating synchronously before debounce delay When async validation is scheduled with debounce, the `isValidating` flag was being set AFTER an await, causing a gap where callers would see `isValidating: false` during the debounce period. This caused form.canSubmit to be true when it should be false. The fix moves the `isValidating = true` assignment to happen synchronously, before any await, when async validators are detected. Fixes #1833
8 days ago
by tt-a1i
t
Previous page
Previous
Next
Next page