-
### Describe the bug
If a select includes _many_ items it does not add up/down arrows, or scroll the way a native select element would (or how the original shadcn behaves, which would be a better com…
-
Hello, I post this in a different issue, but since it was closed I am going to create a different issue. I am creating a simple form. I am validating my schema using zod. However, when I submit I noti…
-
https://superforms.rocks/migration
-
https://github.com/user-attachments/assets/05e2a674-b6d8-4bfe-b01f-167cf2c385f2
- [x] Before posting an issue, read the [FAQ](https://superforms.rocks/faq) and search the previous issues.
**…
-
- [x ] Before posting an issue, read the [FAQ](https://superforms.rocks/faq) and search the previous issues.
**Description**
package.json
```
"sveltekit-superforms": "^2.16.1",
"zod": "^3.2…
-
Can we consider supporting https://github.com/Effect-TS/effect/tree/main/packages/schema ? If it looks like something we can support, willing to work on it!
-
### Describe the bug
There is a bug with content being shifted when a `Dialog` component is inside of a flex container with the gap property and has `Content` specified. This error occurs briefly w…
-
When the onSubmit function is executed, the page reloads, preventing the API call within the onSubmit event.
I want to prevent the page from reloading when onSubmit is executed.
In a standard form…
es-ki updated
3 months ago
-
**Describe the bug**
As far as I can tell there's no way to use sveltekit runtime imports (eg: `$app/navigation`) outside of sveltekit dev/build. Which makes testing virtually impossible. If there is…
-
i want to set additional header data when i submit the form
// method: 'POST',
mode: 'cors',
**headers: {
'Content-Type': …