Displays a select box, bound to an ng-model.
With a placeholder (label and aria-label are added dynamically)
With an explicit label
Parameter | Type | Description |
---|---|---|
* ng-model
expression
|
expression |
The model! |
multiple
boolean
|
boolean |
Whether it's multiple. |
md-on-close
expression
|
expression |
expression to be evaluated when the select is closed |
placeholder
string
|
string |
Placeholder hint text. |
aria-label
string
|
string |
Optional label for accessibility. Only necessary if no placeholder or |
md-container-class
string
|
string |
class list to get applied to the .md-select-menu-container element (for custom styling) explicit label is present. |