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** I have a problem with this superForm function option. It is set as true and...

bug
help wanted

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...

documentation

**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**...

documentation

**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...

enhancement

## 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...

enhancement

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...

documentation

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...

enhancement

- [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...

enhancement