You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Example. If we are trying to nest as objs
if we take A.B and A.C as 2 keys in the form with both being inputs, and have submit the form then we get the result as
A: {
B: 'value B',
C: 'value C`
}
But unable to do the same for array,
A[0].B and A[1].C are the keys and while submitting.
Unable to use nested array values.
https://codesandbox.io/s/autumn-butterfly-8tubs?file=/src/DynamicFields.js
Example. If we are trying to nest as objs
if we take
A.B
andA.C
as 2 keys in the form with both being inputs, and have submit the form then we get the result asBut unable to do the same for array,
A[0].B
andA[1].C
are the keys and while submitting.Instead of being this way
The text was updated successfully, but these errors were encountered: