final-form / react-final-form-arrays

A component for rendering and editing arrays 🏁 React Final Form
MIT License
204 stars 69 forks source link

Feature request: Get meta for individual fields in the array #149

Open wdfinch opened 4 years ago

wdfinch commented 4 years ago

First off thank you for creating this excellent library. I love React Final Form and use it for all my projects. My feature request is as follows.

I would like to get meta-information for individual fields rather than the whole field array. For example, I specifically would like to know which fields are touched within the field array rather than just getting a single boolean value. This is possible using the touched array provided by the parent Form element, however, it would be much more convenient if this information came directly from the FieldArray. Would something like this be possible to add?

brightsider commented 3 years ago

Any news?