How can add array inside another array? using useFieldArray()? #11875
Unanswered
PetrusBorges
asked this question in
General
Replies: 1 comment
-
from the docs:
you can’t nest
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
basically i have a array of houses e inside of each a need do push a array of rooms, how can i be able to create any rooms i need for eatch houses i created in form?
this exemple that i show dont works for houses.${index}.rooms
fieldNote for houses works well, but fieldRooms to name:
houses.${houseIndex}.rooms
dont worksBeta Was this translation helpful? Give feedback.
All reactions