Reputation: 1
In headlessui/react float, when the menu is opened, what is the way to prevent it from closing when you click outside it?
<Menu>
<Float show={show}>
<Menu.Button onClick={toggle}>
Options
</Menu.Button>
<Menu.Items static>
...
</Menu.Items>
</Float>
</Menu>
Upvotes: 0
Views: 83