CaptainCodeman / svelte-headlessui

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

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

Open vipero07 opened 8 months ago

vipero07 commented 8 months 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.