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

Can't find example how to create exposed dropdown menu based on md-select #2339

Open handhikadj opened 2 years ago

handhikadj commented 2 years ago

I want to create https://material.io/components/menus#exposed-dropdown-menu based on md-select. How do I do that?

used this CSS but not ideal because it will be applied to all md-select instead of specific md-select

.md-menu-content.md-active {
  margin-top: 31px !important;
}

the Discord group is useless. No one answers at the time of this post is created

huffypiet commented 1 year ago

hello @handhikadj here with you and as well on discord

huffypiet commented 1 year ago

Could you paste the JSX or template code ?