react-final-form-arrays
react-final-form-arrays copied to clipboard
Add ability to provide FieldConfig (or at least isEqual) for FieldArray
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.
I have same problem with validateFields. It`s another prop of FieldConfig.