react-final-form
react-final-form copied to clipboard
🏁 High performance subscription-based form state management for React
Hi! I am working on a quite big project that had been neglected a bit regarding package upgrades since 2018!!!. I have managed to upgrade to React 17.0.2 and most...
### Are you submitting a **bug report** or a **feature request**? bug report ### What is the current behavior? https://final-form.org/docs/react-final-form/types/FormProps#onsubmit ``` callback?: (errors?: SubmissionErrors) => void, ``` ### What is...
### Are you submitting a **bug report** or a **feature request**? bug report ### What is the current behavior? I had an array, which is an collection of id for...
### Are you submitting a **bug report** or a **feature request**? Bug report ### What is the current behavior? Field are unregistered, causing meta data (dirty/valid/etc) to be lost, when...
### Are you submitting a **bug report** or a **feature request**? bug report ### What is the current behavior? When using `FormSpy`, the `onChange` is called during rendering, and throws...
Any plans to integrate your react-final-form with fabform.io?
### Are you submitting a **bug report** or a **feature request**? Bug report ### What is the current behavior? A react warning about "invalid set state in render" is shown...
### Are you submitting a **bug report** or a **feature request**? Bug ### What is the current behavior? With React 17, nested forms don't work if they are nested in...
nested forms not working with functional components [example](https://codesandbox.io/s/p7p6lx24xq)
See this working [example](https://codesandbox.io/s/p7p6lx24xq) _Originally posted by @gvautour in https://github.com/final-form/react-final-form/issues/276#issuecomment-401328415_ i was working with functional components and it does not allow nested form, do I have to use class based...
Blitz query and JavaScript Set in inital values in react final form causes form reset on tab change
### What is the problem? If I use a blitz query and a rrf form with an JS Set (or Map) in the inital values, the form resets if I...