react-final-form-arrays
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 report (reopening #142) ### What is the current behavior? I have a FieldArray for an outer array, and...
First off thank you for creating this excellent library. I love React Final Form and use it for all my projects. My feature request is as follows. I would like...
### Are you submitting a **bug report** or a **feature request**? Feature Request ### What is the current behavior? Field Arrays don't make use of "beforeSubmit" as regular Fields do....
### Are you submitting a **bug report** or a **feature request**? bug report ### What is the current behavior? I have the form with FIeldArray component inside. - "append customer"...
Assuming we render the array with editable items, like so, `{fields.map((arrPrefix) => }` When deleting a row of a field array all of the indexes following the row becomes dirty,...
Due missing field `length` in [fields](https://github.com/final-form/react-final-form-arrays/blob/master/src/types.js.flow#L25) by accessing it i get flow type error despite the fact that this [field](https://github.com/final-form/react-final-form-arrays/blob/master/src/useFieldArray.js#L94) exists. ### Are you submitting a **bug report** or a...
Hello, I have 1 suggestion, when I push value, can't focus new element, because it is not created yet ```javascript fields.push({id: '', name: '', lastName: ''}) setTimeout(()=>{ form.focus(`persons[${fields.value.length}].id`) },200) ```...
### Are you submitting a **bug report** or a **feature request**? bug report ### What is the current behavior? The current behavior is that when there are existing rows in...
### Are you submitting a **bug report** or a **feature request**? Bug report ### What is the current behavior? Changing version of final-form-arrays in simple example causes error "Cannot read...