metonym / svelte-typeahead

Accessible, fuzzy search typeahead component
https://metonym.github.io/svelte-typeahead
MIT License
225 stars 18 forks source link

fix: skip disabled results when auto-selecting a result #57

Closed metonym closed 2 years ago

metonym commented 2 years ago

Fixes #56

Currently, the first auto-selected result is hardcoded to 0. The correct behavior is that the auto-selected result should exclude disabled items.