This commit is contained in:
NoryiE
2025-10-03 01:26:35 +00:00
parent 07009ca98b
commit 085a5531ba

View File

@@ -1,5 +1,5 @@
# DropDown
_This is the DropDown class. It is a visual element that can show a list of selectable items in a DropDown menu._
_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`
@@ -7,7 +7,7 @@ Extends: `List`
|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|
|isOpen|boolean|false|Controls the expanded/collapsed state|
|dropdownHeight|number|5|Maximum visible items when expanded|
|selectedText|string|""|Text shown when no selection made|
|dropSymbol|string|"\31"|Indicator for dropdown state|