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

Setup: svelte 3.53.1 svelte-select 5.6.1 bootstrap 5.1.3 Asynchronous call to get selectable options via keyword works. Selecting one option closes list of options when closeListOnChange is still set to false...

enhancement

Initial value of string array not create object follow the ```itemId```. This PR fix this issue and also support any primitive type.

Thank you for such a cool component. I noticed that it has no native select when viewing webpage in mobile device, as some other non-svelte select components does (E.g. Selectric...

enhancement
question

``` > [email protected] preprepare > node src/remove-styles.cjs 👈 node:internal/process/promises:288 triggerUncaughtException(err, true /* fromPromise */); ^ [Error: ENOENT: no such file or directory, open 'C:\Users\babak\Documents\GitHub\svelte-select\src\lib\no-styles\C:\Users\babak\Documents\GitHub\svelte-select\src\lib\Select.svelte'] { errno: -4058, code: 'ENOENT', syscall:...

I think it's because it only sends a `keypress` event instead of `keydown` if it's a virtual keyboard

Hello @rob-balfre :wave: I stumbled over an issue trying to use the virtual list solution from your examples page (https://svelte-select-examples.vercel.app/examples/advanced/virtual-list) I created a REPL where the only difference is, that...

I'm using the list slot for some custom styling, but setting closeListOnChange to true doesn't do anything when I do this. ```svelte setValue(item)}> {item.label} ``` So far, my solution is...

The clear-select button using `pointerdown` instead of `click` makes the button inaccessible via a screenreader. Additionally, the button lacks a `title` or `aria-label` to signify its action

enhancement

Bumps [vm2](https://github.com/patriksimek/vm2) from 3.9.13 to 3.9.17. Release notes Sourced from vm2's releases. 3.9.17 Fixes https://github.com/patriksimek/vm2/commit/4b22e87b102d97d45d112a0931dba1aef7eea049: Fix issue in catch block protection. (Thanky to Xion (SeungHyun Lee) of KAIST Hacking Lab.)...

dependencies