svelte-select icon indicating copy to clipboard operation
svelte-select copied to clipboard

Svelte Select. A select component for Svelte

Results 98 svelte-select issues
Sort by recently updated
recently updated
newest added

This is my final bundle analysis: ![image](https://github.com/rob-balfre/svelte-select/assets/41120635/37e5b35b-981c-4af1-bea5-2296ff21de1f) I'm very sad because `floating-ui` is so big: about **20 KB**! Is there anything we can do to reduce this size?

Hi again, 3 feature requests: 1. Ability to keep `filterText` state when going in and out of focus 2. Same, but with the result of `loadOptions` 3. Ability to select...

Hi There, I have multiple row with select, we cannot wait until loading is done. how to disable it? ![image](https://github.com/rob-balfre/svelte-select/assets/16133106/b919fb69-d612-48a3-9027-a61b1a1173c8) thanks

I used svelte-select as select plugin ![image](https://github.com/rob-balfre/svelte-select/assets/12406935/9a5339d1-1e10-4147-9a8a-4dfc4aeec038) ![image](https://github.com/rob-balfre/svelte-select/assets/12406935/45106844-06f0-4960-a38f-d07cdcad13dd) This is a simplified example The input component input can get the value The value cannot be obtained after the select component...

I tried the code for https://github.com/rob-balfre/svelte-select/blob/master/src/lib/tailwind.css with v5. It doesn't work (many issues). Are you interested in keeping it or not? If yes, I could find some time to investigate...

enhancement

In your changelog at v5.0.0 you point out the following: `isCreatable -> creatable`, which is, as you state a few lines above, false. I guess one could interpret the line...

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+1F3F4 U+E0067...

Hi there, I wanted to thank you for the awesome library you created. I've been using it for a project I'm working on, and it's been a great help. I...

bug

The Clear event fires before the item has been cleared. There is no event that fires after the item has been cleared. It seems like the change event should fire...

bug
enhancement

Hello! Apologies if this is a dumb question as I am still getting accustomed to svelte. I would like to override `handleClear()` to additionally prompt the user to confirm they...

bug
enhancement