CaptainCodeman / svelte-headlessui

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

Prevent space triggering combo box close #8

Closed CaptainCodeman closed 1 year ago

CaptainCodeman commented 1 year ago

Wasn't just the key inputs, but the space also triggered click (outside)

Need to confirm that checking the pointerType for it not being a pointer is a suitable approach

closes #7