form composition with custom validation
and until now, while verbose, i was kinda ok with that. but new form i'm working on needs to be split into sub components.
I have found the "choose your api" chart in https://tanstack.com/form/latest/docs/framework/react/guides/form-composition#api-usage-guidance
and it seems that it's not possible to continue using
useForm and custom validation functions with form composition, or am i mistaken?