14 lines
487 B
Markdown
14 lines
487 B
Markdown
# Dropdown
|
|
_This is the dropdown class. It is a visual element that can show a list of selectable items in a dropdown menu._
|
|
|
|
Extends: `List`
|
|
|
|
## Properties
|
|
|
|
|Property|Type|Default|Description|
|
|
|---|---|---|---|
|
|
|isOpen|boolean|false|Whether the dropdown menu is currently open|
|
|
|dropdownHeight|number|5|Maximum height of the dropdown menu when open|
|
|
|selectedText|string|""|The text to show when no item is selected|
|
|
|dropSymbol|string|"\31"|The symbol to show for dropdown indication|
|