react-final-form-hooks
react-final-form-hooks copied to clipboard
React Hooks to bind to 🏁 Final Form's high performance subscription-based form state management engine
Tests
Does anyone have experience in writing tests with hooks? There should be no need to test the part that Final Form does (e.g. does a field become dirty when the...
how to make select dropdown, where we will be able to select multiple options, just like select2
This page links to a codesandbox example that uses an outdated alpha version of the library: https://github.com/final-form/react-final-form-hooks#simple-example It took me a while to find out why some editions I made...
Either I'm misunderstanding something, or there seems to be some space for improvement for using this with react-native and typescript. The hickup I bumped into was ``` export interface FieldRenderProps...
Apparently the following is not allowed: ``` const Compo = () => { useForm(); } ``` I know it's kinda silly because presumably any reasonable usage would pass some `{validate}`...
Types
This library was conceived before the TS and Flow teams had formalized how to type hooks. I still have not looked into it, but if someone knows how, it would...
### Are you submitting a **bug report** or a **feature request**? feature request ## What is the expected behavior? just like react-final-form.
### Are you submitting a **bug report** or a **feature request**? A bug, pristine value is incorrect when filling a field, then emptying it. ### What is the current behavior?...
### Are you submitting a **bug report** or a **feature request**? **feature request** (or more like a **performance request**) ### What is the current behavior? `onBlur`, `onChange` and `onFocus` from...
Version: [email protected] I'm not able to use the latest release 1.0.0. I get following excpetion: "Uncaught TypeError: form.setConfig is not a function" Here is a simple example: https://codesandbox.io/s/n03r1q8omm When I...