rob-balfre / svelte-select

Svelte Select. A select component for Svelte
https://svelte-select-examples.vercel.app
Other
1.25k stars 175 forks source link

v6 #611

Open rob-balfre opened 12 months ago

rob-balfre commented 12 months ago

Core

Nice to haves

ur5us commented 11 months ago

Upgrade to Svelte version 4 and latest Kit

Does that imply that it’s currently incompatible with Svelte 4? Seems to work fine in a demo app but I might be missing something‽

rob-balfre commented 11 months ago

@ur5us it just gets some accessibility warnings and I've been putting off the updating the bundle generation as kit 1.0 introduced some breaking changes.

VaelVictus commented 10 months ago

Sounds great, thank you very much for this package.

Ennoriel commented 10 months ago

I have seen the issue #610 about the role warnings and the PR #624

In case you need the accessibility guidlines, you can find the combobox pattern (the select) and the listbox pattern (the list of options) on the W3C website.

KraXen72 commented 10 months ago

please also consider:

KraXen72 commented 10 months ago

if it is of any help, here is the .patch file i currently apply to support the different container for multi items svelte-select@5.7.0.patch.

georgeemr commented 6 months ago

For me, the select works in Svelte 4, but today I was testing Svelte 5 and it's not working. The component doesn't select the item.