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

![wrap](https://user-images.githubusercontent.com/685830/184217173-181980c0-b26a-44b8-8273-12e1cccec930.jpg) _Using beta17_

I have been using this package for a while now, and really appreciate the work done so far. One of issues I find battling on daily basis is following strict...

enhancement
help wanted

As a hack, I'm creating a new "list" component and passing it to the "select" component to list down all the values, and dispatch a listener to change the value...

closes #404 This prevents the selection of non selectable item when searching a select field and using the arrow keys. This improves the user experience when searching for example in...

Is it possible to select items on group search with v5? In this svelte [Repl v4](https://svelte.dev/repl/3e032a58c3974d07b7818c0f817a06a3?version=3.20.1), the search behavior works for everything except grouped items. I.e. the searched item is...

bug

I'm trying to run my tests with `jest` and `testing-library`, but for some reason stuck getting the following error: ```node TypeError: Select is not a constructor at create_if_block (src/components/form/InputField.svelte:446:11) at...

How to add a fixed custom item at the bottom, this is useful to add custom actions, by example if we have a user list, and there is not any...

enhancement
question

I notice that when you use the on:blur event and print something out in the console, it will fire every single time you click outside of the search box. The...

bug

I'd love if you could add an event for when a key is pressed in the search box. I use your plugin as an autosuggest list and as a search...

enhancement

While I can't selected an item with `selectable: false` by mouse/clicking, I can do select it by **typing the label and pressing the enter key**. This works for the `Complex`...

bug