sveltekit-superforms
sveltekit-superforms copied to clipboard
Making SvelteKit forms a pleasure to use!
- [X] Before posting an issue, read the [FAQ](https://superforms.rocks/faq) and search the previous issues. **Description** I have a problem with this superForm function option. It is set as true and...
Hi, @ciscoheat! I have a question and a minor suggestion to doc update. @endigo9740 suggested to also post the Q here, so maybe you could suggest better way to handle...
**Is your feature request related to a problem? Please describe.** For big file uploads it would be great to get the progress of the upload **Describe the solution you'd like**...
**Is your feature request related to a problem? Please describe.** Discovered that after the initialization, options.onResult or options.onError, unlike options.validators do not have any effect if changed after superForm() was...
## Is your feature request related to a problem? Please describe. I would like a way to have consistent client and server side validations, while also having form constraints in...
Hi, is there a way to proxy an array item? I tried with different property paths "some.path.to.array.0" or "some.path.to.array.[0]" but nothing really works, most of the time typescript complains. Plus,...
- [x] Before posting an issue, read the [FAQ](https://superforms.rocks/faq) and search the previous issues. **Description** In SPA mode, the first time the form is submitted and `onUpdate()` is invoked, any...
Exporting `createAdapter` to so it is easier to use when creating custom adapters For issue in: https://github.com/ciscoheat/sveltekit-superforms/issues/541
**Is your feature request related to a problem? Please describe.** I was having issues with the `typebox` adapter because the environment (cloudflare pages) doesn't allow type compiling. Trying to validate...
- [X] Before posting an issue, read the [FAQ](https://superforms.rocks/faq) and search the previous issues. **Description** If it's expected behaviour, then please close. I have complex form (dataType: json), which is...