Skip to content

MDropDown

Stanislav Podolia edited this page Aug 8, 2019 · 4 revisions

Flow Wiki

MDropDown


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 ]
Clone this wiki locally