vuematerial / vue-material

Vue.js Framework - ready-to-use Vue components with Material Design, free forever.
https://www.creative-tim.com/vuematerial
MIT License
9.88k stars 1.16k forks source link

Switch and select don't work inside of menu #2283

Open danielkellyio opened 3 years ago

danielkellyio commented 3 years ago

Steps to reproduce

Put a md switch or a md select inside an md-menu

Which browser?

Tested in chrome and firefox

What is expected?

The switch does not change when it is not clicked on and choosing an option in the select does not close the menu

What is actually happening?

the switch toggles when other elements are clicked on and the menu closes when an option is selected in the select md-menu-bug