Closed gilles6 closed 3 months ago
Hey @zernonia this thing is unclear in radix-vue
documentation
How to open Popover
, DropdownMenu
, or any other Popover-related component with hover/pointer/press event that works perfectly on Desktop and Mobile devices
Related context about this topic but in react-spectrum
discussions
https://github.com/adobe/react-spectrum/discussions/3482
https://react-spectrum.adobe.com/react-aria/interactions.html
https://react-spectrum.adobe.com/react-aria/usePress.html https://react-spectrum.adobe.com/react-aria/useHover.html
Describe the feature
I have add a tag
<div @mouseleave="isOpen = false">
inDropdownMenuContent
to close menuonmouseleave
but it's not working very well and doesn't seem to be the correct way to do it. Is there a feature for that?Additional information