react-final-form
react-final-form copied to clipboard
🏁 High performance subscription-based form state management for React
### Are you submitting a **bug report** or a **feature request**? Bug report. Though this error is coming from React Final Form, my application uses React Final Form through React...
### Are you submitting a **bug report** or a **feature request**? May be a way to do this. ### What is the current behavior? Currently i am having multi-route form,...
### Bug ### What is the current behavior? Currenlty the `initialValue` is being used when the component is updated, and resets the form state. > See this question: https://stackoverflow.com/questions/54635276/react-final-form-set-initialvalues-from-props-form-state-resets-on-props-chang The...
### Are you submitting a **bug report** or a **feature request**? Bug ### What is the current behavior? Check the sandbox below and click on Initialize button and then on...
### Are you submitting a **bug report** or a **feature request**? Feature Request ### What is the current behavior? The keys are unknown on `form.mutators`. Unable to use IDE auto-complete...
### What is the current behavior? The documentation shows that external form mutators should be cloned before passing them to a Form component: ```jsx
Hello! I've been using react-final-form for over a year and I never came across this error. Then, suddenly, this error started to pop on the console.  Does anyone know...
# What is the current behavior? React final form does not swtiche values when field name is dynamically changed during component life, for example if we have: ```js const {...
If the record-level validation is async, it waits for async field-level validation. Is there a way around this? Say there's a validation error on the `email` field. When I type...
Hi, The `validate` method is called on each change from the moment I use the `setFieldState` mutator, no matter if there is a `validateOnBlur` or not. ### What is the...