react-final-form-arrays icon indicating copy to clipboard operation
react-final-form-arrays copied to clipboard

Add ability to provide FieldConfig (or at least isEqual) for FieldArray

Open powah opened this issue 7 years ago • 1 comments

Are you submitting a bug report or a feature request?

Feature request

What is the current behavior?

Currently it's not possible to set (in my case) custom isEqual function for FieldArray. I would like to detect changes with deepEquals to know whether something has changed. Now as I understand it's not possible.

powah avatar May 25 '18 10:05 powah

I have same problem with validateFields. It`s another prop of FieldConfig.

noonon avatar Sep 17 '18 10:09 noonon