Leonardo Montini

Results 76 comments of Leonardo Montini

As of today, validation can be defined at field or form level as [mentioned in the docs](https://tanstack.com/form/latest/docs/framework/react/guides/validation#validation-at-field-level-vs-at-form-level) so each field needs its validator. However, we're planning to expand the feature...

Yeah I was doing some cleanup and wondered why I didn't close this... and you're right, we should keep this open to track the zod adapter. Sorry for the confusion!

Yeah let's wait for that PR first, but we should be almost there! It's just a matter of days then you can start drafting a PR for that :D Thank...

Validation can be defined at field or form level as [mentioned in the docs](https://tanstack.com/form/latest/docs/framework/react/guides/validation#validation-at-field-level-vs-at-form-level) so each field needs its validator as of today. However, we're planning to expand the feature...

@MartinCura might be worth exploring [TanStack Pacer](https://tanstack.com/pacer/latest/docs/overview) in the meantime 👀

@lachlancollins wanna merge? I don't have write access here :D

Thanks for the investigation, your analysis looks solid! Do you want to give it a try with a PR?

@bompi88 you're right! :D I fixed it now, 0.33 should be available 🚀

`canSubmit` seems to be working as intended, that is disabled while the form is validating. There's something that seems off though, namely the `isValidating` flag on the field. If you...