Skip to content
New issue

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

onChangeAsyncDebounceMs shouldn't be called when calling form.submit #653

Closed
francois-pasquier opened this issue Mar 25, 2024 · 0 comments · Fixed by #687
Closed

onChangeAsyncDebounceMs shouldn't be called when calling form.submit #653

francois-pasquier opened this issue Mar 25, 2024 · 0 comments · Fixed by #687
Labels

Comments

@francois-pasquier
Copy link

Describe the bug

With the current behaviour, onChangeAsyncDebounceMs is waited when calling form.submit

Your minimal, reproducible example

See PR with the test

Steps to reproduce

See PR with the test

Expected behavior

It shouldn't wait for this onChange debounce.

How often does this bug happen?

None

Screenshots or Videos

No response

Platform

React

TanStack Form adapter

None

TanStack Form version

latest

TypeScript version

No response

Additional context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment