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 96 react-final-form-arrays issues
Sort by recently updated
recently updated
newest added

Currently `FieldArrayRenderProps.fields` gets `length` from `FieldState` where it is optional: `length?: number`. From the code, it looks like it is expected to always be a `number`. With it being optional...

### Are you submitting a **bug report** or a **feature request**? Bug ### What is the current behavior? https://codesandbox.io/s/46ozq77v7 Type "test" or "fail" in Company, then submit ### What is...

Follow discussion here: https://github.com/final-form/react-final-form-arrays/issues/3#issuecomment-351748774 [![Edit RFF Field Array Problem](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/xvrv30p95q) When mixed field with field arrays, the form cannot submit due to `errors` object can never be empty ie. ```json Form...

### Are you submitting a **bug report** or a **feature request**? **bug report** ### What is the current behavior? When I update a first argument `name` of the hook `useFieldArray`,...

### Are you submitting a **bug report** or a **feature request**? bug report? ### What is the current behavior? There are two missing functions definitions in _FieldArrayRenderProps_ interface _removeBatch_ and...

### The current behaviour? If a field is emptied by the user after typing into it, the key:value pair is automatically removed from the values array. e.g. in the following...

I found that value is not always defined, I added tests as proof and improve typing as well. --- @erikras, may I take the opportunity to ask if Final Form...

### Are you submitting a **bug report** or a **feature request**? **bug report** ### What is the current behavior? If we provide an **asynchronous** function as `validate` prop to `FieldArray`...

Hi, thank you for the project! I don't see a `concat` mutator in the docs for `react-final-form-arrays` (any version) Is there any support planned for it? Last mention, March 11th,...