svelte-headlessui icon indicating copy to clipboard operation
svelte-headlessui copied to clipboard

Using a keyed each for the combobox options breaks direction order after filtering

Open vipero07 opened this issue 7 months ago • 0 comments

If you take your example and key the each like this:

{#each filtered as value (value.name)}

Then type something that shows up in two of the names, then delete it and arrow down, those items are the first ones it tabs through.

vipero07 avatar Nov 04 '23 03:11 vipero07