form
form copied to clipboard
form submit not trigger validators.onChangeAsync
Describe the bug
form submit trigger validators.onChange form submit not trigger validators.onChangeAsync
I don't know if this is what was expected, but I think it should be same.
Your minimal, reproducible example
https://codesandbox.io/p/sandbox/issue-4xpmks
Steps to reproduce
- do not input anything
- click "submit" button
- will see validatorAsync.errorOnChange is empty
Expected behavior
form submit will trigger validators.onChangeAsync
How often does this bug happen?
Every time
Screenshots or Videos
No response
Platform
- OS: macOS
- Browser: Edge Version 126.0.2592.87
TanStack Form adapter
None
TanStack Form version
v0.26.4
TypeScript version
No response
Additional context
No response