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

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@analogjs/vite-plugin-angular](https://redirect.github.com/analogjs/analog) | [`^1.8.2` -> `^1.9.0`](https://renovatebot.com/diffs/npm/@analogjs%2fvite-plugin-angular/1.8.2/1.9.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@analogjs%2fvite-plugin-angular/1.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@analogjs%2fvite-plugin-angular/1.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

dependencies

### Describe the bug I've added Record field, so, type looks like this ```typescript interface FormType { items: Record } ``` Types in form work well, Field with name items.${number}.quantity...

This PR contains the following updates: | Update | Change | |---|---| | lockFileMaintenance | All locks refreshed | 🔧 This Pull Request updates lock files to use the latest...

dependencies

### Describe the bug When adding list items to an array field with form.pushFieldValue, removing items doesn't work correctly if the form is conditionally rendered. The items are removed, but...

I would like to pass on the return value of `options.onSubmit()` inside `form.handleSubmit()` to be able to process returned values of the server response. For example the form could be...

### Describe the bug ```typescript const useCustomForm = () => { // Custom form logic const form = useFrom(); // Return form object return { form } } const useSomething...

For now this is just a failing test ToDo: - [ ] implement the fix - [x] optional?: refactor the test - add a new test instead of extending the...

https://github.com/TanStack/form/issues/905 While resolving this issue, I also fixed the repeated execution of setTimeout.

### Describe the bug The next server action example does not work currently https://tanstack.com/form/latest/docs/framework/react/examples/next-server-actions ``` [webpack.cache.PackFileCacheStrategy] Caching failed for pack: Error: Can't resolve 'tunnel-agent' in '/home/projects/vbwimykwkg.github/node_modules/sharp' while resolving 'tunnel-agent' in...