One of the things that I love about redux-form compared to formik is that redux-form supports complex form data such as arrays of objects. Are there any plans to include similar functionality here?
Are there any plans to include similar functionality here?
Yes.
To be clear, RFF already supports structures like addresses[1].phones[2].areaCode. What I am assuming you are referring to is the push, pop, etc. operations on arrays in your form. That is still to be developed...
Good to know. Yes, the utilities that FieldArray provides is something I use all the time and love it.
Good news, folks. We have...
Has anyone figured out how to validate Field Arrays yet? I can't find an example and can't figure out what the docs for validate mean
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Most helpful comment
Yes.