-
### Describe the problem
The docs already mention: "enhance: some libraries like [superforms](https://superforms.rocks/) provide a custom enhance function that is different from the one provided by S…
-
- [x] Before posting an issue, read the [FAQ](https://superforms.rocks/faq) and search the previous issues.
**Description**
Schemasafe adapter throwing runtime error
```
sveltekit-superforms….j…
-
**Description**
I'm encountering a critical issue with `sveltekit-superforms` where none of the form fields are being recognized. Despite following the documentation and ensuring that `dataType: 'jso…
-
- [x] Before posting an issue, read the [FAQ](https://superforms.rocks/faq) and search the previous issues.
**Description**
I have a pretty dense SPA superform component that throws an error fro…
-
**Description**
When forcing client-side validation when the input loses focus, setting 'onblur' for validationMethod does not seem work, while 'oninput' does work. The input element comes from shadc…
-
I'm looking for ideas on how to separate the code to make a Svelte-only version of Superforms. It should share as much code as possible with the SK version, and there should be some convenient build t…
-
**Description:**
We are using a Zod schema with `Record` to support a multi-language `message`. Our schema is defined as follows:
```js
z.object({
message: z.record(z.string()).optional(),
…
mpost updated
3 weeks ago
-
There are two codeblocks in the Get Started page that don't change for each validator and are always shown with zod:
https://github.com/ciscoheat/superforms-web/blob/main/src/routes/get-started/%5B…
-
Superform allows for a message store to make it easy to give feedback to users. Make sure it's working on all forms, including member edits aka preventing submission until the form passes muster
-
### Describe the problem
Sveltekit generate a type `PageData` for each `+page.svelte`, which allows to properly type the `data` prop :
```svelte
import type { PageData } from './$types';
…