TanStackT
TanStack2y ago
2 replies
wet-aqua

Is it possible to do nested arrays with multiple `mode="array"`?

At the moment to achieve the wanted behavior I need to remove the nested mode="array" which again later on ruin some type safety when trying to use ex handleChange. What I currently need to do is:
onValueChange={(value) =>
  handleChange(value as never)
}
Was this page helpful?