react-final-form-arrays
                                
                                 react-final-form-arrays copied to clipboard
                                
                                    react-final-form-arrays copied to clipboard
                            
                            
                            
                        A component for rendering and editing arrays 🏁 React Final Form
### Are you submitting a **bug report** or a **feature request**? Bug ### What is the current behavior? Update method exists for fields but is not declared in typings file...
### Are you submitting a **bug report** or a **feature request**? Request ### What is the current behavior? There is only one simple example, which is outdated (versions are old)...
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...
### Are you submitting a **bug report** or a **feature request**? Bug report ### What is the current behavior? When I try to Drag and Drop group of Fields with...
Is there a way to update the value of a line ? Now I'm using : ``` let guestCopy = fields.value[index]; guestCopy.bookingOwner = true; fields.remove(index); fields.insert(index, guestCopy); ``` But it's...
### 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**...
### What is the current behavior? When a form has `keepDirtyOnReinitialize` and there is a rerender, pristine will change to false ### What is the expected behavior? If nothing changed...
### Are you submitting a **bug report** or a **feature request**? I think it's a bug (but might be simply a wrong behavior from my point of view) ### What...
### Are you submitting a **bug report** or a **feature request**? **bug report** ### What is the current behavior? If remove array item other items will be changed ### What...
Hi, I'm not sure if this is a bug or an issue on my end, so I'm crossposting my stackoverflow post here - https://stackoverflow.com/questions/48520222/how-to-add-array-field-in-final-form In short, it looks like the...