Tanstack Table Reactivity inside Tanstack Form
The answer may be more on the form side but I am trying to make a table inside a tanstack form to update an array field. I am having difficulty getting the table to be reactive to the form state.
Below is a simple reproduction. The Show updates when a value is pushed but the table does.
https://stackblitz.com/edit/tanstack-form-hteddjvf?file=src%2Findex.tsx
danielrkling
StackBlitz
Form Array Example (forked) - StackBlitz
Run official live example code for Form Array, created by Tanstack on StackBlitz
0 Replies