CaptainCodeman / svelte-headlessui

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

Unable to select the previously selected menu #83

Closed eXodes closed 9 months ago

eXodes commented 9 months ago

Describe the bug Selected the same menu twice doesn't trigger the on:select event for menu.button.

To Reproduce Setup based on the example in docs: https://captaincodeman.github.io/svelte-headlessui/menu

Expected behavior Selecting the menu should trigger the on:select event.

Screenshots 2023-12-27 21 35 13

CaptainCodeman commented 9 months ago

Thanks, I'll look into it