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

**Is your feature request related to a problem? Please describe.** Currently SuperValidate accepts `Partial`, but we have a nested object structure and want to set default values in these sub...

enhancement
later

- [X] Before posting an issue, read the [FAQ](https://superforms.rocks/faq) and search the previous issues. **Description** When creating a schema with `file` or `blob`, I get: ``` Error: Unsupported valibot schema:...

bug
next

I'd like to have a schema with validations that are dependent on a remote data source, but schemas must be defined outside a load function for caching purposes. ``` const...

In my SvelteKit project, I'm using SvelteKit-Superforms to handle form submissions. The form includes a nested data structure and an image upload field, with enctype="multipart/form-data" set to handle file uploads....

bug
question

**Description** Super Debug CSS is included in production. My login form is going to be SSR-only, (CSR is false), so there should be no need to load css. I'm also...

bug
done
confirmed

- [x] Before posting an issue, read the [FAQ](https://superforms.rocks/faq) and search the previous issues. **Description** Facing an exception while validating data with simple json schema. **If applicable, a MRE** [minimal...

enhancement
help wanted

- [ ] Before posting an issue, read the [FAQ](https://superforms.rocks/faq) and search the previous issues. **Description** With a form, I have a component like so: ``` import type { FormPathLeaves...

bug
question

Thanks you for this awesome lib that I am very pleased to use and is very helpful 👍 **Description** Using "sveltekit-superforms": "^2.19.0" ; "@sveltejs/kit": "^2.5.28", ; "svelte": "^4.2.19", On Sveltekit...

bug

- [X] Before posting an issue, read the [FAQ](https://superforms.rocks/faq) and search the previous issues. **Description** I made a request which threw an exception during onUpdate. `submitting` was not reset and...

bug

- [x] Before posting an issue, read the [FAQ](https://superforms.rocks/faq) and search the previous issues. **Description** dynamic defaults always the same **MRE:** Couldn't figure out how to link my specific example,...