react-final-form
react-final-form copied to clipboard
🏁 High performance subscription-based form state management for React
Bumps [semver-regex](https://github.com/sindresorhus/semver-regex) from 3.1.3 to 3.1.4. Release notes Sourced from semver-regex's releases. v3.1.4 Backport of ReDoS fix https://github.com/sindresorhus/semver-regex/commit/7712ba564d40da101cf2b2b33e6a910d9f2f57f4 Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will...
### Are you submitting a **bug report** or a **feature request**? Feature request ### What is the current behavior? `onSubmit` only receives predefined arguments without an option to pass some...
This API seems conceptually broken right now. With format & parse we have a nice parity: - format maps a state value into a displayable value (happens during render) -...
In all examples if write something in input, than clear it, the field name will be dropped from state. But is it possibly maybe with some additional prop like `notRemoveWhenEmpty`...
### Are you submitting a **bug report** or a **feature request**? Bug report ### What is the current behavior? 1. Fill first and last name (`pristine` should change to `false`)...
### Are you submitting a **bug report** or a **feature request**? Feature request ### What is the current behavior? I'm migrating our front-end infrastructure from redux-form, where we have projects...
### Are you submitting a **bug report** or a **feature request**? ### What is the current behavior? `FieldInputProps` extends `AnyObject`, creating the assumption that `input` can include any field beyond...
### Are you submitting a **bug report** or a **feature request**? ### What is the current behavior? `FieldRenderProps` includes an index signature that incorrectly assumes the matching object can have...
### Are you submitting a **bug report** or a **feature request**? Bug report ### What is the current behavior? My application has some code like this: ```js onChange?: (formState: FormState)...
### Are you submitting a **bug report** or a **feature request**? Bug report ### What is the current behavior? chaining error result in an act warning that could not be...