Innologica / vue-dropdown-menu

Dropdown menu component for Vue
https://innologica.github.io/vue-dropdown-menu/
MIT License
83 stars 16 forks source link

Is there a way to keep the dropdown open when clicking outside? #2

Closed bogdancarmanus closed 4 years ago

nkostadinov commented 5 years ago

You could actually do it if you use a watcher for the variable which is used in v-model. And set it's value to true whenever it changes to false.

adsonvinicius commented 4 years ago

I solve this problem using https://github.com/adsonvinicius/v-menu-multi-level