svelte-headlessui icon indicating copy to clipboard operation
svelte-headlessui copied to clipboard

How to prevent autoclose menu after selecting option?

Open Pawel-Zygmunt opened this issue 2 years ago • 1 comments
trafficstars

Do I need to control this with my own state and use this instead $menu.expanded, handle outside click and so on? Or is there an easier way ?

Pawel-Zygmunt avatar Sep 20 '23 11:09 Pawel-Zygmunt

I think the best approach might be to allow control via the event itself (e.g. preventDefault or return false) - I'll have a play around and see what feels right.

CaptainCodeman avatar Sep 26 '23 16:09 CaptainCodeman