-
I've got a json file that I'm using as input for a select element. The json is something like:
`[
{
"label": "England",
"value": "ENGLAND",
"emoji": "🏴",
"univalue": "U+1…
-
Trying to get svelty-picker to work with [sveltekit-superforms](https://github.com/ciscoheat/sveltekit-superforms) and my own form input builder.
```
```
My current issue is that after submi…
-
So I just updated this package from `13.0.3` to `13.0.14`, and suddenly my entire sveltekit project stopped working - it seems that every single `import` statement returns `undefined`. I'm guessing it…
-
Something to work on!
-
**Is your feature request related to a problem? Please describe.**
To have generic components it's sometimes neccessary to pass down union types where only an intersection of the type is equal.
…
-
**Is your feature request related to a problem? Please describe.**
Sometimes I would like to display all input fields, but disable them based on my own logic.
Examples
- Disable certain fields ba…
-
We want infrastructure for doing component testing in Svelte:
- [ ] Choose framework (Testing library, Playwright Storybook?)
- [ ] CI / GitHub action
-
This isn't as much of an issue, as much as it is a feature request. I came across this plugin while perusing a web site that is using it to accept credit card information. I'm assuming, since this inf…
-
### Describe the problem
Typescript is kinda bad at knowing what is in a form; Which makes sense since it can't deduce what types certain fields have without having access to the markup.
But, thi…
-
### Describe the bug
```svelte