Akryum / floating-vue

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

How to close dropdown when submenu clicked #988

Closed NatsukiOka closed 10 months ago

NatsukiOka commented 10 months ago

I tried to close the DropDown by setting the "shown" property to false when submenu clicked. Even if the submenu's "shown" and the parent menu's "shown" are set to false, it cannot be closed. Is there any solution?

NatsukiOka commented 10 months ago

I checked again and shown was working correctly