We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Form-level onSubmit validator gets called once for every field on submitting the form
https://codesandbox.io/p/sandbox/headless-worker-l9lyf9
Click on "Submit" button and notice the count increasing for every time the onSubmit validator gets called.
onSubmit
The onSubmit validator gets called once.
Every time
No response
N/A
None
v0.39.0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Form-level onSubmit validator gets called once for every field on submitting the form
Your minimal, reproducible example
https://codesandbox.io/p/sandbox/headless-worker-l9lyf9
Steps to reproduce
Click on "Submit" button and notice the count increasing for every time the
onSubmit
validator gets called.Expected behavior
The
onSubmit
validator gets called once.How often does this bug happen?
Every time
Screenshots or Videos
No response
Platform
N/A
TanStack Form adapter
None
TanStack Form version
v0.39.0
TypeScript version
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: