TanStackT
TanStack2mo ago
7 replies
slow-yellow

withForm usage questions

I was trying to use withForm for the first time now that we are starting to get into some more complex forms and might go back and break up some of our others after messing around with it a bit. But I am running into what seems like a bug but I might be missing something. Wasn't able to find any information related to this though so unsure.

https://stackblitz.com/edit/tanstack-form-6y8wrlas?file=src%2Findex.tsx

Here in my demo if you uncomment the onSubmitAsync I start to get some typing issues on the FirstNameField props. Is this a bug? Or if expected how can I fix this here.
StackBlitzTim Hazlett
Run official live example code for Form Standard Schema, created by Tanstack on StackBlitz
Form Standard Schema Example (duplicated) - StackBlitz
Was this page helpful?