form
form copied to clipboard
🤖 Headless, performant, and type-safe form state management for TS/JS, React, Vue, Angular, Solid, and Lit.
Hi! We're using react-form and it's great, but I have a question about a warning that keeps popping. When not defining `defaultValues` I get a warning from react saying that...
I'm using react-form with https://github.com/JedWatson/react-select and the onChange event gets triggered when you type in other inputs within the form and it gets triggered as many times as the number...
Hey all - I'm trying to use v4 with Material-UI Checkboxes, and am experiencing some strange behavior. ```javascript const Checkbox = ({ field, label, checked, }) => { const {...
Minimal example here: https://codesandbox.io/s/react-form-basic-form-hooks-only-6muwk?fontsize=14&hidenavigation=1&theme=dark To reproduce: 1. Add two nested "Nicknames" 2. Try to move them up/down using the controls, which calls swapValues on their indexes 3. Observe `str.replace is...
I was looking through the API docs and `runValidation` from `useForm` says it doesn't run validation for all fields but to submit a feature request for this if it's needed....
Items: - [x] Add rollup plugin `rollup-plugin-size` - [x] Add configuration file(`.github/size-plugin.yml`) for [size-plugin 🤖](https://github.com/kuldeepkeshwar/size-plugin-bot) - [x] Install [Github App](https://github.com/apps/size-plugin) 👈@tannerlinsley
Hi, I have a Use-Case where i'm using a `react-table` contained in a `react-form` with row-level and form-level submit actions. The `form_context.value` can contain either the entire form or just...
This PR removes the concept of multiple `instances` of a Field for a given `name`, which in turn removes UID and, in happenstance, fixes #571. This should be good-to-go, but...
### Describe the bug The bug comes form TypeScript in the form of red lines due to the type definitions mismatch and second one in the console from React: "...