Dropdowns
Single-select and multi-select dropdowns from Verapath.Components.
Search appears automatically when there are more than 5 options.
Single Select
4 options — no search bar. Selected: none
Single Select — Auto Search
More than 5 options triggers the search bar automatically. Selected: none
Forced Search
Use ShowSearch="true" to always show the search bar regardless of option count.
Options With Descriptions
Set Description on a DropdownOption to show a second line of helper text.
Multi Select
Multiple items can be chosen. Panel stays open until you click outside. Selected: none
Multi Select — With Descriptions
Descriptions work in multi-select too.
States
Disabled, error, success, and helper text.
Events
OnSelectionChanged fires when the value changes.