how to update nested object values when fieldArray update method #11555
-
when i use the fieldArray update function to updated the object values of propertyType and logic, it doesn't work, only the value to set as "" works, how to resolve this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Perhaps the field name you provided may be incorrect. In this codesandbox, You can check |
Beta Was this translation helpful? Give feedback.
Perhaps the field name you provided may be incorrect. In this codesandbox, You can check
update()
in the nested field array with the form data that you used. I haven't faced the issue of updating an array with new values.