react-final-form icon indicating copy to clipboard operation
react-final-form copied to clipboard

🏁 High performance subscription-based form state management for React

Results 157 react-final-form issues
Sort by recently updated
recently updated
newest added

### Are you submitting a **bug report** or a **feature request**? I am submitting a bug report. ### What is the current behavior? I have overridden the reset button behavior...

### What is the current behavior? 1. Include **initialValue** prop to component from **state** 2. Changing **state** value 3. Initial value rendered by Field is not changing ### What is...

### Are you submitting a **bug report** or a **feature request**? **bug report** ### What is the current behavior? Throws **Cannot call setIn() with undefined state** when clear out and...

To find out if a field has been changed, you need to compare it with the previous value, but if the state is updated in the component where , then...

### Are you submitting a **bug report** or a **feature request**? Feature request ### What is the current behavior? `FormSpy` receives `FormState` and `SubsetFormApi `, but as far I know...

https://final-form.org/docs/react-final-form/examples

Anybody know how to run a validation rule on blur from a field. I have async request that checks for the availability of login id. Need to make this check...

### Are you submitting a **bug report** or a **feature request**? This is probably a feature request, to be better compatible with widely used [Testing Library](https://testing-library.com/) and its handy [user-event](https://testing-library.com/docs/ecosystem-user-event/)...

Preventing unnecessary re-renders is the name of the game. Users will only see gains if they pass in a pure/memoized component, but if they do it's a big difference.

If you like the change I'll have to adjust the tests - didnt want to do that now, because aint sure if you dig this 😉 I'm also unsure if...