after rendering form with map, the value of formvalue is found to be the same in all form.
data actually fetched:
{
name0:aaa,
name1:eee,
address0:bbb,
address1:fff,
}
desired effect:
{
name: aaa,
address: bbb,
}
{
name: eee,
address: fff,
}
Screenshot of the code below:
< hr >