13 lines
453 B
Markdown
13 lines
453 B
Markdown
# DropDown
|
|
_A collapsible selection menu that expands to show multiple options when clicked. Supports single and multi-selection modes, custom item styling, separators, and item callbacks._
|
|
|
|
Extends: `List`
|
|
|
|
## Properties
|
|
|
|
|Property|Type|Default|Description|
|
|
|---|---|---|---|
|
|
|dropdownHeight|number|5|Maximum visible items when expanded|
|
|
|selectedText|string|""|Text shown when no selection made|
|
|
|dropSymbol|string|"\31"|Indicator for dropdown state|
|