-
Notifications
You must be signed in to change notification settings - Fork 38
MMultiSelectDropDown
Stanislav Podolia edited this page Aug 8, 2019
·
3 revisions
MMultiSelectDropDown(
make([0, 1]),
[
"First item",
"Second item"
"Third item"
],
[]
)
-
selected : DynamicBehaviour<[ int ]>
-
items : [ string ]
-
style : [ MMultiSelectDropDownStyle ]