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

A component for rendering and editing arrays 🏁 React Final Form

Results 93 react-final-form-arrays issues
Sort by recently updated
recently updated
newest added

### Are you submitting a **bug report** or a **feature request**? Bug report ### What is the current behavior? I got an error when pass initialValues as an array ```...

### Are you submitting a **bug report** or a **feature request**? Bug report ### What is the current behavior? When a field inside a `` is validated both at form...

`Field` component has the `parse` prop that allows authors to change the value before storage. That being said, `FieldArray` does not have the same prop and makes it difficult to...

### Are you submitting a **bug report** or a **feature request**? Bug ### What is the current behavior? If I change any field in a FieldArray, the state of the...

### Are you submitting a **bug report** or a **feature request**? A bug report ### What is the current behavior? Input arrays don't work with file inputs (``) as expected....

### Are you submitting a **bug report** or a **feature request**? A bug. ### What is the current behavior? [![Edit 🏁 React Final Form - Array Fields Submit error bug](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/lxqoqzvx57)...

👋 Hey, thanks for taking an interest in 🏁 React Final Form Arrays! ### Are you submitting a **bug report** or a **feature request**? Feature Request ### What is the...

### Are you submitting a **bug report** or a **feature request**? Potential bug report though it might be by design ### What is the current behavior? If I create a...

The package `prop-types` should not be a `peerDependencies`, never. it is not stateful. I am trusting you to tell that all the dependencies you use in `peerDependencies` so I added...

### Are you submitting a **bug report** or a **feature request**? bug report ### What is the current behavior? After update to v3 function `change` is missing in props.fields v3.1.0...