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 344 form issues
Sort by recently updated
recently updated
newest added

### Describe the bug Form's `onSubmitAsync` validator allows returning object like this: ```ts return { fields: { field1: `Field1 has a problem` } } ``` Considering the strong type checks,...

question

### Describe the bug After modifying a component that uses the `useFieldContext` hook, I get the following error in the web console after Vite has hot-reloaded the component: ``` Error:...

This document should outline the two approaches enabled by Form: - Form first - Field first Where field-first is more JSX template heavy and form-first is more standard schema focused....

docs

Currently, with the following code: ```jsx {() => } ``` Storybook's "Show code" function displays "No Display Name" for `` and ``: By assigning a [`displayName`](https://legacy.reactjs.org/docs/react-component.html#displayname), they are displayed with...

Following some remarks from twitter, and as discussed in the maintainers channel we should avoid casting in the docs. This pr removes the casting defaultValues in examples and docs.

### Describe the bug It seems like `form.reset(value)` is updating `defaultValues`, but by the next render `defaultValues `are being reset to the initially provided ones. So, as a result, there...

bug

### Describe the bug We currently using this form library, but we have 0 client side / JS form validation. All of this happens server side in an Rails application....

### Describe the bug In TanStack Form, when managing an array of objects where each object uses a unique React key (e.g., a `uuid`), a specific re-render issue can occur....

close #1515 close #1276 Fix of loss of reactivity Refactor Field: improve granular updates and lazy slot props