-
### Describe the bug
Look like it's not possible to have both a ScrollArea and a Resizable Pane together.
I've tried
```svelte
```
And
```svelte
```
### Reprod…
-
Interesting project - thanks for creating this.
I think one additional feature that this would benefit from is auto coercion of primitive types.
All values coming from form data are strings, e…
-
### Describe the bug
When opening the sidebar on a mobile device, the background is completely transparent.
The actual sidebar should look more like this:
### Reproduction
Install a sideba…
-
### Describe the bug
I am trying to initialize a new project using the CLI, having the following error with it.
The following error occurred:
```
npm error code ERESOLVE
npm error ERESOLVE…
-
- [X] Before posting an issue, read the [FAQ](https://superforms.rocks/faq) and search the previous issues.
**Description**
Hi!, I have a form like this:
```svelte
-
### Describe the bug
When using a `` in the ``, the sheet does not close on outside clicks **if** the popover has been opened at least once. If the popover was not opened, the sheet closes as expecte…
-
![Screenshot 2024-11-05 131802](https://github.com/user-attachments/assets/3f3e4ee7-52e9-403e-b978-7084eb329192)
-
This is a creatable select. I am also using superforms and need to extract an array with the values of the select. To do so, I bind the parameter myFields to justValue.
However, when deleting item…
-
### Describe the bug
This is a hit and miss, sometimes when interacting outside, it closes, sometimes it doesn't.
In the first part of the video, it shows a dropdown, and when hover, it opens a po…
-
**Description**
I have a zod schema with union literals. I put a description on each one and it breaks my superfroms.
```ts
export const schema = z.object({
thingy: z.union([
z.literal(…