react-final-form-hooks icon indicating copy to clipboard operation
react-final-form-hooks copied to clipboard

React Hooks to bind to 🏁 Final Form's high performance subscription-based form state management engine

Results 36 react-final-form-hooks issues
Sort by recently updated
recently updated
newest added

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.2 to 4.7.7. Changelog Sourced from handlebars's changelog. v4.7.7 - February 15th, 2021 fix weird error in integration tests - eb860c0 fix: check prototype property access in...

dependencies

Bumps [y18n](https://github.com/yargs/y18n) from 3.2.1 to 3.2.2. Commits See full diff in compare view Maintainer changes This version was pushed to npm by oss-bot, a new releaser for y18n since your...

dependencies

### Are you submitting a **bug report** or a **feature request**? bug report ### What is the current behavior? Since version `1.0.1` it seems, that values initialized with an empty...

Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7. Commits c74c8af 1.3.7 024b8b5 update deps, add linting 032fbaf Use Object.create(null) to avoid default object property hazards 2da9039 1.3.6 cfea636 better git push script,...

dependencies

### Feature request I'm trying to add a small array to one of my forms, but it doesn't seem to be supported at the moment. Currently, when I to `useField`...

Bumps [tree-kill](https://github.com/pkrumins/node-tree-kill) from 1.2.1 to 1.2.2. Commits cb47838 1.2.2 deee138 fix: handle sanitising better, add tests ff73dbf fix: sanitise pid parameter (#31) 3b5b8fe update Changelog See full diff in compare...

dependencies

### **feature request** Would like guidance on implementing field level validation, parse, and format functions.

I was following this example [https://codesandbox.io/s/40mr0v2r87](url) on React Final Form - Array Fields. I use third-party component ReactSelectAdapter in the field for my cascading select. The text in the dropdown...

### Are you submitting a **bug report** or a **feature request**? Bug ### What is the current behavior? Using a nested JSON object in initialValues causes infinite re-renders. Also, form...

resolves #30 wraps `onBlur`, `onChange`, and `onFocus` in `useCallback`. wraps `input` in `useMemo`