A dropdown button selects between multiple selections. The select displays the current state and a down arrow.
NameTypeDescriptionv-modelStringA required model object to bind the value.nameStringThe name of the selectidStringThe id of the selectdisabledBooleanDisable the input and prevent his actions. Default falserequiredBooleanApply the required rule to style the label with an "*". Default falseplaceholderStringSets the placeholder.md-menu-classStringThe css class to be applied on the opened select holderNameValueDescriptionselectedReceives the value of the modelTriggered when the model changes.
Displays a single item inside the select.
NameTypeDescriptionvalueStringThe value of the option to be binded on the v-modeldisabledBooleanDisable the button and prevent his actions. Default false
NameValueDescriptionselectedReceives the $eventTriggered when the item receives a click.