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 the handling of server side errors is a big pain. Our situation is that we have server errors like...
- [x] Before posting an issue, read the [FAQ](https://superforms.rocks/faq) and search the previous issues. **Description** I'm encountering a "TypeError: Cannot read properties of undefined (reading 'form')" error within the sveltekit-superforms...
- [X] Before posting an issue, read the [FAQ](https://superforms.rocks/faq) and search the previous issues. **Description** A clear and concise description of what the bug is, and, unless obvious, what you...
- [X] Before posting an issue, read the [FAQ](https://superforms.rocks/faq) and search the previous issues. **Description** A clear and concise description of what the bug is, and, unless obvious, what you...
Thanks for repairing #333 But would it be possible to not have default values for enums ? I would like to have my select fields empty when the page load....
I would like to understand why forms with nested data require JS in order to work. I thought one of the ideas of superforms was to make use of the...
- [x] Before posting an issue, read the [FAQ](https://superforms.rocks/faq) and search the previous issues. **Description** When using [SvelteKit](https://kit.svelte.dev), `vite build` gives `Circular dependency` warning: The build finishes and is working...
Running on the latest superForms `v2.6.1` i want to make a POST request to delete an item. Therefore i only want to send the item id to delete. My thinking...
**Is your feature request related to a problem? Please describe.** For example...if I am redirecting on login I want the loading spinner to stay `on` even though the form is...
Hi team, Thank you for a great package. I have tried to integrate ReCaptcha with your package, but I don't know what is the best way to implement it. can...