Describe the bug
When a form has no blur validator blurring any input will clear errors from other triggers
Your minimal, reproducible example
https://stackblitz.com/edit/tanstack-form-fwx1qdqm?file=src%2Frhf-revalidate.tsx
Steps to reproduce
- Press submit
- Focus any field
- Blur the field & observe error dissapearing
Expected behavior
When I specify validator with only one trigger - "change", i want errors to persist blurring.
How often does this bug happen?
Every time
Screenshots or Videos
No response
Platform
every platform, not related to platform
TanStack Form adapter
react-form
TanStack Form version
2.0.0-alpha.1
TypeScript version
6.0.3
Additional context
No response
Describe the bug
When a form has no blur validator blurring any input will clear errors from other triggers
Your minimal, reproducible example
https://stackblitz.com/edit/tanstack-form-fwx1qdqm?file=src%2Frhf-revalidate.tsx
Steps to reproduce
Expected behavior
When I specify validator with only one trigger - "change", i want errors to persist blurring.
How often does this bug happen?
Every time
Screenshots or Videos
No response
Platform
every platform, not related to platform
TanStack Form adapter
react-form
TanStack Form version
2.0.0-alpha.1
TypeScript version
6.0.3
Additional context
No response