form icon indicating copy to clipboard operation
form copied to clipboard

🤖 Headless, performant, and type-safe form state management for TS/JS, React, Vue, Angular, Solid, and Lit.

Results 271 form issues
Sort by recently updated
recently updated
newest added

Any plans to integrate your react-form with fabform.io?

@tannerlinsley want to get your thoughts on this. Generally, `touched` in other frameworks, libraries, etc. represents a field that has been focused/blurred. The `touched` state in `react-form` seems to represent...

Ideally, only one input field component should render when its value is changed. Currently, all other input in the same form rerender, sometimes like 4 times each (when it comes...

legacy

Creating an optimized production build... Failed to compile. Failed to minify the code from this file: ./node_modules/react-form/dist/index.es.js:168:22 Read more here: http://bit.ly/2tRViJ9

legacy

Hi, thanks for the awesome package. The API suits me best from all similar form utils, but I noticed there is no unit tests in the repo. I can start...

I'm getting the following console error: ``` Warning: Can't perform a React state update on an unmounted component. This is a no-op, but it indicates a memory leak in your...

legacy

1. There are two `isValid` properties in **Form Instance** -> **meta** [The first entrance](https://github.com/tannerlinsley/react-form/blame/master/docs/api.md#L59) [The second entrance](https://github.com/tannerlinsley/react-form/blame/master/docs/api.md#L65) 2. `See Field Scoping for more information` link does not work [Entrance](https://github.com/tannerlinsley/react-form/blame/master/docs/api.md#L191) 3....

legacy