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

Let me know if you want a PR...I think we need to investigate workarounds before we proceed... I'm getting errors like this: ```js Error ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈ src/universal/components/CalibrationForm/index.js:119:10 Cannot create FieldArray element...

### Are you submitting a **bug report** or a **feature request**? I'm submitting a **bug report**. ### What is the current behavior? **FieldArray** initializes empty, if I manually call `fields.push("")`...

### Are you submitting a **bug report** or a **feature request**? This is a bug report. ### What is the current behavior? I cannot limit how many entries the user...

### Are you submitting a **bug report** or a **feature request**? ### What is the current behavior? ### What is the expected behavior? ### Sandbox Link ### What's your environment?...

You can get the meta data for the whole field array using the `useFieldArray` hook. However, one thing that would be nice would be to get metadata for each index...

### Are you submitting a **bug report** or a **feature request**? Bug ### What is the current behavior? 1) Add 3 items to the array in this sandbox: https://codesandbox.io/s/8k0ykyr7z9 2)...

### Are you submitting a **bug report** or a **feature request**? Bug Report ### What is the current behavior? Changing the `name` prop does not update the field with the...

BUG "react-final-form": "^6.3.0", "react-final-form-arrays": "^3.1.1", "final-form": "^4.18.5", "final-form-arrays": "^3.0.1", just use this and every time last item removd, how ti fix this?

### Are you submitting a **bug report** or a **feature request**? Bug ### What is the current behavior? In react-beautiful-dnd example if few items created and one of inputs get...

### Are you submitting a **bug report** or a **feature request**? Documentation request. ### What is the current behavior? Currently it's not clear how to build a form with a...