validateFormData in Solid Start Action
I'm currently testing out TanStack Form in SolidJS, and was trying to see how well I could get it working with the Actions built into Solid Start. Here's a code snippet of what I'm working with
For the react version, I see you can add
For the react version, I see you can add
onServerValidate to the form factory, which lets you call formFactory.validateFormData(formData); in the action. I don't see an equivalent for SolidJS though, is that somewhere else or not implemented yet?