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

The following fix allows for lazily instancing the `TanStackFormController`. Before it would crash if the element had already rendered because `addController` would immediately call the `hostConnected` callback and crash because...

### Describe the bug A submit error is removed on blur of a field when the value didn't change. ### Your minimal, reproducible example https://codesandbox.io/p/devbox/hungry-sanderson-ycs6rd ### Steps to reproduce 1....

This is in reference to issue #1242 Let me know if any changes are required.

Allows to submit a form when invalid with the new `canSubmitWhenInvalid` form option. Resolves #1109.

The current install size of `@tanstack/react-form` is 24MB. https://packagephobia.com/result?p=@tanstack/react-form ![Image](https://github.com/user-attachments/assets/63ec8620-3027-4a93-8c15-2575a85ad563) Someone has already asked me about this on my behalf and I understand that you have also responded about it....

Fixed example with working code

fixes https://github.com/TanStack/form/issues/1130 BREAKING CHANGE: isValidating is now opt-in

Update start to the devinxi version

Relates to #1490, #1485 and potentially #1487. This appears to stem from the react adapter as Angular, Vue and Core all seem to work as intended. Reset will work correctly...

Currently the type of the form data seems to be inferred from the default values instead of the validator type. However, the validator is typically more complete/extended and since it's...