I am trying to use the fieldarray as descirbed in http://jquense.github.io/react-formal/api/FieldArray.
The only difference is that instead of using defaultValue I am using value hooked to the state to create a controlled component.
The issue occurs when the state changes, for example a new object gets pushed into the list, in this chase the arrayField is not updated and still shows the old values.
I am trying to use the fieldarray as descirbed in http://jquense.github.io/react-formal/api/FieldArray.
The only difference is that instead of using defaultValue I am using value hooked to the state to create a controlled component.
The issue occurs when the state changes, for example a new object gets pushed into the list, in this chase the arrayField is not updated and still shows the old values.