Dropdowns
Dropdowns provide a compact way to select one or more options from a list. They support defaults, checkboxes, and custom item templates.
Use this example to explore default behavior, customization points, and accessibility-friendly patterns in a real Blazor page.
Dropdown
MgDropDownAPI Reference: MgDropDown
| Property | Type | Default | Description |
|---|---|---|---|
| DisplayText | string | "" | Text displayed on the dropdown button. |
| ItemClicked | EventCallback<MgDropdownItem> | - | Triggered when a dropdown item is clicked. |