CaptainCodeman / svelte-headlessui

HeadlessUI components for Svelte
https://captaincodeman.github.io/svelte-headlessui/
MIT License
564 stars 26 forks source link

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

Open vipero07 opened 1 year ago

vipero07 commented 1 year ago

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.