themesberg / flowbite

Open-source UI component library and front-end development framework based on Tailwind CSS
https://flowbite.com
MIT License
7.3k stars 710 forks source link

Dropdown close with trigger type hover #845

Closed bhavik712 closed 1 week ago

bhavik712 commented 3 months ago

I am using mega menu in my project with trigger type is hover. When I click on my submenu technically my cursor is inside the menu box dropdown so when I tried with this: const dropdown = FlowbiteInstances.getInstance('Dropdown', id) dropdown.toggle()

I am not getting close my megamenu

zoltanszogyenyi commented 1 week ago

Hey @bhavik712,

Dropdowns can be closed or opened via hover already:

https://flowbite.com/docs/components/dropdowns/#dropdown-hover

Cheers, Zoltan