TanStack / form

🤖 Powerful and type-safe form state management for the web. TS/JS, React Form, Solid Form, Lit Form and Vue Form.

Home Page:https://tanstack.com/form

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

onChangeAsyncDebounceMs shouldn't be called when calling form.submit

francois-pasquier opened this issue · comments

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