-
Notifications
You must be signed in to change notification settings - Fork 38
MDropDown
Stanislav Podolia edited this page Aug 8, 2019
·
4 revisions
MDropDown(
make(0),
"nonSpecified",
[
"First item",
"Second item"
"Third item"
],
[]
)
The non-specified string is used when the current item is outside the range of items
Link is deprecated. TODO: add appropriate doc link here.
Material Guidelines | Dropdown Buttons
-
current : DynamicBehaviour<int>
-
nonSpecified : string
-
items : [ string ]
-
style : [ MDropDownStyle ]