-
## Example of nice API: react-final-form-arrays
Coming to this library from [react-final-form](https://github.com/final-form/react-final-form), there are a lot of things I miss from it. I really li…
-
### Are you submitting a **bug report** or a **feature request**?
Feature request
### What is the current behavior?
`onSubmit` only receives predefined arguments without an option to pass…
-
Hello!
I've been using react-final-form for over a year and I never came across this error. Then, suddenly, this error started to pop on the console.
![2021-02-11_14-42](https://user-images.git…
-
Been trying all kinds of things to have my `FieldArray` elements sort when there are updates.
I created an example using the Simple Example (see: Sandbox Link below)
Basically just added an exist…
tn3rb updated
4 years ago
-
### 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…
-
### What is the current behavior?
I am using nextjs to support multi paging and I strangle to understand how to retain a dirty within pages. The case scenario is where user is edited the form a…
-
Check this demo: https://codesandbox.io/s/react-final-form-focus-on-first-error-ib23b
If you avoid `````` tag and you use just
```Submit```, validation is provided but focus is not there.
Probl…
-
### What is the current behavior?
```
TypeScript error in /home/dema/tmp/rff-bug/src/App.tsx(36,23):
Type 'FunctionComponent' is not assignable to type '"input" | "select" | "textarea" | Compon…
-
Hey, say I have this code:
```
type FormValues = {
x: [{id: number, value: string}]
}
```
```
const { fields } = useFieldArray(
"x",
{
isEqual,
// re-render uppo…
-
### Are you submitting a **bug report** or a **feature request**?
Bug Report
### What is the current behavior?
When using field level validation the validation method is called independently …