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 ### What is the current behavior? https://codesandbox.io/s/ypj0p?file=/src/App.js Insert does not cause the full array to refresh causing children...

bug

### What is the current behavior? Currently only supports React up to 17. ### What is the expected behavior? Support React 18 (Seems to run OK with 18 - see...

I have tested on my react-18 based app (forcefully installed using `--legacy-peer-deps`) and all form-array related functionality is working as expected. There is no code related to `useEffect` of which...

I am using react-final-form with Next.js! So I have `...` in my Form that has some tabs and it works perfectly. It shows the data the way, I can create...

Could you please add the description of how to use 'removeBatch' as I can see this method is used by fields param?

### Are you submitting a **bug report** or a **feature request**? a **bug report** ### What is the current behavior? If i have an array of two fields, and remove...

### What is the current behavior? In codesandbox: 1) Add section 2) Move newly added section before current one 3) Try to type something in nested item input 4) Error...

### Are you submitting a **bug report** or a **feature request**? bug report ### What is the current behavior? field(firstName) valitdating state become true,when add/remove array item. ### What is...

### Are you submitting a **bug report** or a **feature request**? Bug report ### What is the current behavior? https://codesandbox.io/s/react-final-form-nested-arrays-validation-32he5 1. Expand the first company's customer section 2. See that...

### Are you submitting a **bug report** or a **feature request**? Got the TS error when I use `FieldArray` with additional props ### What is the current behavior? ``` ```...