[Accordion] Overview
The dropdown component combines a search bar and a dropdown control. It allows users to type, search, and select one/multiple options from a predefined list.
[Note] Depending on how this component is configured, users may be allowed to select either one or multiple items from the predefined list, or even manually type in an entry item that is not in the list.
[Accordion] Key Features
Quick Search: Click/Tap the 'Search box' to type and find the items from the list of options.
[[img:Close >> bg:#ea868f]] Removes individual options.
[[lbl:Clear All >> bg:#ea868f]] Removes all the selected items at once.
[Note] The number of options you can select (single or multiple) depends on how the specific dropdown is designed to collect information.
[Accordion] FAQs
[Q] How do I know if a dropdown allows for single or multiple selection?
[A] In a single-selection dropdown, picking a new option replaces the existing selection, while in a multi-selection dropdown, you can keep adding multiple options without removing the previous ones.
[Accordion] Related Articles