react-final-form
react-final-form copied to clipboard
🏁 High performance subscription-based form state management for React
Hi, I'm trying to address an issue describe here on issue #667 to improve performance on initial registration of the field. Also there's a final-form PR that goes with this...
### Are you submitting a **bug report** or a **feature request**? Bug Report ### What is the current behavior? Submitting a form with 2 radio button ``s results in the...
I have a wizard form, I want to submit a validation check and if there is a missing value in the form, I want to direct the user to that...
`form` is an object of type `FormApi`. After I call `form.change('field-a', )` for example, I expect to see 'field-a' in 'modified' field of 'form' object. But that doesn't happen, and...
When I change form value in useEffect without event trigger or network delay, useField can not get the newest value. Demo link is here: https://codesandbox.io/s/react-final-form-usefield-can-not-get-newest-value-gc3do4?file=/index.js
### Are you submitting a **bug report** or a **feature request**? bug report ### What is the current behavior? ### What is the expected behavior? FormApi type must include `restart`...
This may be an incorrect assumption, but it seems like the getter for `checked` should be using `parse`, not `format` when comparing values. In addition to fixing an issue I...
### Are you submitting a **bug report** or a **feature request**? bug report ### What is the current behavior? When formatOnBlur is used the value of that field is also...
I reproduced in test error when async validation on field when resolve promise immediately when add new field. I don`t know how this fix.
Bumps [simple-get](https://github.com/feross/simple-get) from 3.1.0 to 3.1.1. Commits 496166d 3.1.1 6eb82c0 Bug fix: Thirdparty cookie leak See full diff in compare view Maintainer changes This version was pushed to npm by...