Not sure I'm getting it right from the docs but I would assume meta.active to be true if one of the fields in the array is active. Also, meta.touched could mean that at least one of the fields has been touched.
Alternatively, I'd expect these props to contain arrays of all the fields' corresponding meta values.
What I didn't expect is them being undefined all the time.
Are you submitting a bug report or a feature request?
A bug report
What is the current behavior?
Looks like the props
meta.active
andmeta.touched
ofFieldArrayRenderProps
are alwaysundefined
. To reproduce please open the sandbox and do anything with the fields. https://codesandbox.io/s/react-final-form-field-arrays-forked-ebtzy0What is the expected behavior?
Not sure I'm getting it right from the docs but I would assume
meta.active
to betrue
if one of the fields in the array is active. Also,meta.touched
could mean that at least one of the fields has been touched. Alternatively, I'd expect these props to contain arrays of all the fields' corresponding meta values. What I didn't expect is them being undefined all the time.Sandbox Link
https://codesandbox.io/s/react-final-form-field-arrays-forked-ebtzy0
What's your environment?
Other information