TanStackT
TanStack10mo ago
5 replies
urgent-maroon

array with form composition

How can I use https://tanstack.com/form/latest/docs/framework/react/guides/arrays arrays with form composition. There are no examples of it and I cant type the useFormContext hook to make it work
TanStack Form supports arrays as values in a form, including sub-object values inside of an array. Basic Usage To use an array, you can use field.state.value on an array value: jsx function App() { co...
Arrays | TanStack Form React Docs
Was this page helpful?