svelte-headlessui
                                
                                 svelte-headlessui copied to clipboard
                                
                                    svelte-headlessui copied to clipboard
                            
                            
                            
                        Using a keyed each for the combobox options breaks direction order after filtering
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.