You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: