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

This PR closes #696 As mentioned on Discord, this should be the expected behavior of "inserting a value into an array".

### Describe the bug Bad performance with 100+ rows in an array field ### Your minimal, reproducible example https://codesandbox.io/p/sandbox/broken-silence-cwwxtp ### Steps to reproduce 1. Click `add 200` button 2. Click...

performance

### Describe the bug When calling the array helper method `pushValue` or `removeValue`, no `onChange` validation is triggered on the array field that called the helper methods. The validation is...

bug
good first issue

### Describe the bug `insertFieldValue` (and `insertValue`) currently replaces the value at the given index. ### Your minimal, reproducible example https://stackblitz.com/edit/tanstack-form-tbctpy?file=src%2Findex.tsx ### Steps to reproduce 1. Click the "Insert Above"...

This PR upgrades to PNPM 9 and fixes some issues with Windows building

### Describe the bug When adding a validator adapter to the next server actions example it starts erroring trying to read the validator. Maybe I'm setting it up incorrectly but...

bug

Describe the bug When the input is still idle (I mean undefined) and you try to change its position it takes the value of other subfields. It messes things up....

bug

Solid relies on the solid export condition to perform a custom JSX transform depending on whether the code is being built for client or server, but `@tanstack/solid-form` only has `dist/cjs`...

### Describe the bug When multiple fields are added to a field array, and there is validation errors, if you update one of these fields to not have a validation...

### Describe the bug When I try to specify validatorAdapter in createFormFactory props or formFactory.useForm props, I get these errors: ```ts // createFormFactory Type '() => { validate({ value }:...

bug
good first issue