Akryum / floating-vue

💬 Easy tooltips, popovers, dropdown, menus... for Vue

Home Page:https://floating-vue.starpad.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to close dropdown when submenu clicked

NatsukiOka opened this issue · comments

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?

I checked again and shown was working correctly