FormArray is a variant of FormGroup. FormArray accepts an array of Form Groups or Form Controls. We can group the form controls for a single user, under a single form group. Then this multiple form ...
This is just a small example project that shows how to use TanStack Form coupled with an array form and autocomplete for each item in the array. I'm not even sure if this is the "official" approach, ...