sveltekit-superforms
sveltekit-superforms copied to clipboard
Making SvelteKit forms a pleasure to use!
**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...
- [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:...
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....
**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...
- [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...
- [ ] 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...
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...
- [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...
- [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,...