react-final-form
react-final-form copied to clipboard
🏁 High performance subscription-based form state management for React
I was working on a fix for #1050 and may have a PR soon, but thought I would fix the CI first. It's been failing for the past 2 PRs...
### Description Hi, thanks for your work on the library! We're encountering a blocking issue when trying to migrate to `[email protected]` to prepare for React 19. ### Problem When `initialValues`...
On page with example https://final-form.org/docs/final-form/examples/vanilla or https://ttk0q.csb.app/ On mobile iphone on ios26(chrome and safari): First case: -click on select Favorite Color -choose option, dont click elsewhere! Expected: focus stays on...
Now, types like `FieldRenderProps` and `FieldInputProps` depends on `HTMLElement`, what is not available when using pure React Native (without react-native-web): ```ts interface FieldRenderProps ``` And ```ts interface FieldInputProps ``` Also,...
So the philosophy docs state that > React Final Form provides strong typing via both Flow and Typescript to allow you to catch common bugs at coding time. But this...
Working locally, I am seeing that each of my Field components are getting called twice, the first time with no value and the second time with the value. This is...
### Are you submitting a **bug report** or a **feature request**? Bug Report ### What is the current behavior? When passing an `input` prop to the `` component in v7.0.0,...