react-final-form-arrays
                                
                                 react-final-form-arrays copied to clipboard
                                
                                    react-final-form-arrays copied to clipboard
                            
                            
                            
                        Field Array Validation Broken with latest version of FinalForm/RFF
With the latest update all validation breaks on Field Arrays. Only thing changed in entire project is the update of these 2 packages. If I remove those packages and do nothing else, it all works again. I would like to be able to use the new form property in onSubmit so I would like to update.
Steps to reproduce
- Try touching the Name field, then lose focus. On the first you get required. On the second, the validate function never gets called.
- Try adding multiple items in the array. Still no validation.
Examples
Works
"final-form": "^1.3.5",
"react-final-form": "^1.2.1",
Doesn't work
"final-form": "^3.0.0",
"react-final-form": "^2.1.1"
@erikras Any ideas?