metonym / svelte-typeahead

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

fix: allow results to be selected if using `showDropdownOnFocus` #61

Closed metonym closed 2 years ago

metonym commented 2 years ago

Related #54, #55

Currently, if using showDropdownOnFocus, results cannot be clicked since the on:blur handler fires before a click event can be registered.