CaptainCodeman / svelte-headlessui

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

Can't enter space in Combobox #7

Closed SirNovi closed 1 year ago

SirNovi commented 1 year ago

When entering a space in the Combobox it selects the currently highlighted element and if there is no highlighted Element it does not work at all.

CaptainCodeman commented 1 year ago

Ah yes, looks like I even left a TODO in there!

https://github.com/CaptainCodeman/svelte-headlessui/blob/master/packages/lib/src/lib/combobox.ts#L142