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** While it does work when using `bind:value` in an `input` tag, validation is not triggered...

documentation

**Is your feature request related to a problem? Please describe.** The current allowed string proxy types, boolean, number, date, etc. do not adequately describe every conceivable use case. We should...

enhancement

When building complex forms, details/summary is really awesome. It can show/hide complex/detailed part of a large form, but things are still in the DOM. But when it comes to error...

enhancement

Would be incredible, if we could defer from the schema, what value the `constratins` should have for step on input `type=number`. https://github.com/user-attachments/assets/62e1a018-f31c-40cc-ab9b-894785f6ff27 Playground link: https://www.sveltelab.dev/ahyq3snzidrtlj8?files=.%2Fsrc%2Froutes%2Fschema.ts

enhancement

- [x] Before posting an issue, read the [FAQ](https://superforms.rocks/faq) and search the previous issues. **Description** I use valibot, superforms, and formsnap. But, when dependencies optimizing, the error is showing like...

bug
confirmed

- [x] Before posting an issue, read the [FAQ](https://superforms.rocks/faq) and search the previous issues. **Description** Following advice on how to partially reset form data and in particular resetting a single...

bug

### Describe the bug When upgrading `@superforms/svelte` from `2.27.1` to `2.27.2` (and also tested on `2.28.1`), running `svelte-check` causes Node to run out of memory and crash. Reverting back to...

bug

- [x] Before posting an issue, read the [FAQ](https://superforms.rocks/faq) and search the previous issues. **Description** When using discriminated unions in Zod, setting the default values and converting the types only...

bug

**Description** When defining a nested schema with, which includes dates, and the default values for those dates are set on the parent object, the default values are strings instead dates....

bug
done

- [x] Before posting an issue, read the [FAQ](https://superforms.rocks/faq) and search the previous issues. I haven't found anything related to this. **Description** This is related to discriminated unions that contain...

bug