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

![image](https://user-images.githubusercontent.com/37333016/52351620-2ba2ba80-2a3c-11e9-891c-095334a4e9a5.png) @erikras This function is used to determine whether the fields are pristine or not, so if we have initial values and current form values - `[] and [{...},{...}]`, it...

👋 Hey, thanks for ~~taking an interest in~~ making 🏁 React Final Form Arrays! After trying other form library i can definitely conclude It is near perfect library for forms,...

### Are you submitting a **bug report** or a **feature request**? I believe this is a bug, but it is possible that I am not understanding something. ### What is...

Hey! First of: I know asking to add 500 LOC to an OS library is a lot. I want you to understand well the motivation behind this change and the...

### Are you submitting a **bug report** or a **feature request**? Bug ### What is the current behavior? When using the `unshift` mutator to add an item to the beginning...

### Are you submitting a **bug report** or a **feature request**? I'd like to have an example using id as key instead of name, to prevent an error to display...

### Are you submitting a **bug report** or a **feature request**? feature request ### What is the current behavior? Fields are self-described using placeholder ### What is the expected behavior?...

### What is the current behavior? When using `map` over fields, there's no iteration on the values. ### What is the expected behavior? Values are passed into map function. ###...

### Are you submitting a **bug report** or a **feature request**? Bug report ### What is the current behavior? `meta.dirtySinceLastSubmit` is not updated after `fields.push` or `fields.remove` call. Though not...

### Bug when moving a field in a array from position 0 to lets say position 2 and then type in the input on position 2, the value of the...