react-final-form
react-final-form copied to clipboard
🏁 High performance subscription-based form state management for React
**feature request** Would it be possible to have a `parseBeforeSubmit` prop on the `Field`? It should behave similar to `parse` but only runs before the form submit and can also...
field errors should not occur  [demo address](https://kdcn28.csb.app/)
On MacOS running Firefox - when clicking on the select drop down, the list flashes and then disappears. Confirmed the same action using the demo provided: [https://final-form.org/docs/react-final-form/examples/simple](https://final-form.org/docs/react-final-form/examples/simple) Demo video here:...
Good afternoon guys, how are you? I have a scenario where I need to revalidate some fields, but I don't want to change the meta.touched to true. Is there any...
 My keys have multiple numbers seperated by dot. In this check:  the isNaN return false. We should only check for positive whole numbers here, all other numbers are...
I'm wondering if is it save to enable 'noValidate' flag in react final form. `
**Feature Request** Please allow React >= 19 in peer dependencies. (react-final-form version 6.5.9)
I have a very simple form which have a text input. I'm using `format` function and `formatOnBlur: true` to trim the strings. I want to run validations after the string...
### Are you submitting a **bug report** or a **feature request**? Bug report ### What is the current behavior? I've been trying to validate a form with an array field....
Hi @erikras, First, thank you for maintaining this library and for the Flow → TypeScript migration! 🙏 The release notes for v7.0.0 state "There should be NO BREAKING CHANGES", but...