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

hiding the search bar #19

Closed kperveen closed 5 years ago

kperveen commented 5 years ago

Is there a way to hide the search bar in dropdown menu?

TerryZ commented 5 years ago
<v-selectmenu :data="menu" :query="false" ></v-selectmenu>

Check out all options in Demo page

kperveen commented 5 years ago

@TerryZ Is there a way to style the titles in a grouped select menu?