TerryZ / v-selectmenu

SelectMenu for Vuejs, A simple, easier and highly customized menu solution
https://terryz.github.io/docs-vue/#/selectmenu
MIT License
187 stars 25 forks source link

selectmenu UI issue - menu always re-opens when you trying to close it via button #6

Closed web-surfer closed 6 years ago

web-surfer commented 6 years ago

When you click the button to open a menu, that works as intended. But when you click the same button to close a menu, the menu will close briefly (its display is set to none), but then it immediately re-opens again. I've posted a gif below to illustrate the issue better:

https://makeagif.com/i/Ewp3vx

This is typically not the intended behavior of such menus. When the menu is open, and you click the button, the menu should close; it shouldn't re-open.

TerryZ commented 6 years ago

Thanks for your suggestion, this issue will be fixed in a future release.

TerryZ commented 6 years ago

Fixed on v1.0.5 version