react-final-form
react-final-form copied to clipboard
🏁 High performance subscription-based form state management for React
Hey 👋 I've seen that `Omit` usage was removed here – https://github.com/final-form/react-final-form/pull/589 I was interested whether you want to use builtin `Omit` from `typescript` or use `StrictOmit` from `ts-essentials` which...
 Hello! We use "final-form": "4.20.2", the submission stopped working when it was passed to the rff component you have to explicitly transfer the handler to onclick  Previously, everything...
### Are you submitting a **bug report** or a **feature request**? Possibly a bug ### What is the current behavior? `Field` children render prop, returning two or more inner `Fields`...
# Are you submitting a **bug report** or a **feature request**? Bug ### What is the current behavior? Submission using `form.dispatchEvent(new Event('submit', { cancelable: true }))` does not work after...
Reproduce code: ```jsx ``` ### Sandbox Link with bug: https://eplfx.csb.app/ without bug: https://03u06.csb.app/ ### Env final-form: latest (**4.20.1**) react: latest (**17.0.1**) react-dom: latest (**17.0.1**) react-final-form: latest (**6.5.2**) styled-components: latest (**5.2.1**)...
👋 Hey, thanks for final-form first of all **bug report** ### What is the current behavior? When I pass as an argument a deep object to initialValue prop i get...
### Are you submitting a **bug report** or a **feature request**? BUG REPORT! ### What is the current behavior? ``` /** * This is the complex field */ export function...
### Are you submitting a **bug report** or a **feature request**? feature request ### What is the current behavior? "Field" component is accepting emojis ### What is the expected behavior?...
Hi I have written **onChange** method on form tag to track each time the change is made on fields, it works fine for **TextFieldAdapter** but not working for **ReactSelectAdapter**. code...
### Are you submitting a **bug report** or a **feature request**? Bug report ### What is the current behavior? If a radio button's `value` property is an object, then clicking...