mskocik / svelecte

Flexible autocomplete/select component written in Svelte,
https://svelecte.vercel.app
MIT License
471 stars 43 forks source link

Simulate native HTML select behavior when searchable is false #246

Closed jochienabuurs closed 3 months ago

jochienabuurs commented 3 months ago

When looking at the minimal example shown here, when setting "searchable" to false, I would still expect native HTML select behavior like keyboard based filtering to work.

Currently, setting searchable to false also disables any keyboard based filtering of results. It would be nice that when setting searchable to false, the select would behave as a native HTML select, allowing keyboard based filtering.

Is this something you'd consider adding? Or maybe it is already possible but am I missing some configuration?

jochienabuurs commented 3 months ago

Better suited under discussions