Akryum / floating-vue

💬 Easy tooltips, popovers, dropdown, menus... for Vue
https://floating-vue.starpad.dev/
MIT License
3.26k stars 333 forks source link

add prop to prevent hide on target click #1034

Open RAIbrahim360 opened 3 months ago

adambergman commented 1 month ago

This would be really nice. We've got Menu components on icons which display on hover. When a user clicks the icon, it dismisses the Menu and they need to move their cursor out and back in to show it. It's really jarring. This property would clear that up (and probably should be the default behavior if a showTrigger or trigger is ['hover', 'click']?