From 085a5531ba82b127254ec45860958ec6fbd4d7de Mon Sep 17 00:00:00 2001 From: NoryiE Date: Fri, 3 Oct 2025 01:26:35 +0000 Subject: [PATCH] deploy: a774e11f3bece0c50133133ffe1348cb41f6f565 --- docs/references/elements/DropDown.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/references/elements/DropDown.md b/docs/references/elements/DropDown.md index a2b90f9..4e5d180 100644 --- a/docs/references/elements/DropDown.md +++ b/docs/references/elements/DropDown.md @@ -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|