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**? bug report ### What is the current behavior? On Wizard page we have a step with a field, that...

Hi! I try to reset a field to its initial data, so at the moment I am using: ```js form.change('nameOfField', form.getFieldState('nameOfField').initial); ``` this works but if you do not use...

Hello, ### Are you submitting a **bug report** or a **feature request**? I am submitting a bug report. ### What is the current behavior? The Form component renders twice for...

Bug report. I'm using Semantic React UI 2.02 with react-final-form 6.5.3. **First Issue** I have a controlled Semantic React UI dropdown on a component that gets its value from the...

### Are you submitting a **bug report** or a **feature request**? Bug report. ### What is the current behavior? Setting a default value on a field does not notify its...

I want to show validation errors only after when form is touched or submitted. What is the standard way to manage this? Currently I have this condition to render fields...

### Are you submitting a **bug report** or a **feature request**? bug report ### What is the current behavior? I'm trying to use a mutator to set a field as...

the example is copied form here https://github.com/final-form/react-final-form-hooks

Fixes unexpected error when using `` component with an instance of the form api. ``` return ( ) ``` --- Closes #910 --- Signed-off-by: James Phillips

### Are you submitting a **bug report** or a **feature request**? Bug report ### What is the current behavior? Using final form with next.js and tried to use dynamic checkbox,...