sveltekit-superforms icon indicating copy to clipboard operation
sveltekit-superforms copied to clipboard

Making SvelteKit forms a pleasure to use!

Results 124 sveltekit-superforms issues
Sort by recently updated
recently updated
newest added

- [x] Before posting an issue, read the [FAQ](https://superforms.rocks/faq) and search the previous issues. **Description** Found in https://github.com/ciscoheat/sveltekit-superforms/issues/350 Currently all validation libraries are installed even when they are not used...

enhancement
later

Check the possibility for Superforms to be used in [tRPC](https://trpc.io/).

enhancement
help wanted

- [x] Before posting an issue, read the FAQ at https://superforms.rocks/faq and search the previous issues. **Description** When used with a recursive zod schema, `FormPathLeaves` fails with an error such...

enhancement
later

**Is your feature request related to a problem? Please describe.** As discussed in https://github.com/ciscoheat/sveltekit-superforms/issues/201 it would be helpful to know if any forms are currently submitting. For example it could...

enhancement

**Is your feature request related to a problem? Please describe.** Sometimes I would like to display all input fields, but disable them based on my own logic. Examples - Disable...

enhancement

Something to work on!

documentation
help wanted

- [x ] Before posting an issue, read the FAQ at https://superforms.rocks/faq and search the previous issues. **Description** As per [HTML spec](#ref) a `textarea` normalizes new lines to \n in...

documentation

fixes: #440 Hi! I made an adapter for [typia](https://typia.io/)!! ## Changes - Added a new adapter file `src/lib/adapters/typia.ts` which defines `typia` and `typiaClient` adapter creation functions. These allow using typia...

**Description** When forcing client-side validation when the input loses focus, setting 'onblur' for validationMethod does not seem work, while 'oninput' does work. The input element comes from shadcn-svelte Form component....

enhancement

fixes #464 Previously, `FormPathArrays` accepted any type, but only worked when an Array was passed. Now, if the passed value is not an Array, it will be converted to an...