Is there a way to create subforms?
I would love a way to create a group of fields that always look the same, but I can nest them under a object or similar and reuse the same component
This doesn't work and I cannot find a way to do this right now.
Is this already possible? I would love a way to do this with type safety, as I find this comes up quite often.
A way to add a prefix or a subform would solve this really well I think
2 Replies
harsh-harlequinOP•7mo ago
An example:
absent-sapphire•7mo ago
GitHub
Compose forms with nested form structure · TanStack form · Discussi...
The new createFormHook looks great but it appears that it only works when there's a shared data structure between the child and parent forms. The use case where this applies is when you have a ...