Blazor ComboBox Example - Grouping and Icons
This example demonstrates the grouping and icons supports of the ComboBox. Type a character in the ComboBox component or click on the dropdown icon to choose an item from the Grouping or Icons ComboBox.
The ComboBox allows to group the relevant items under a corresponding category by mapping the GroupBy property.
The Grouping ComboBox illustrates how the vegetables are grouped based on the Category property in data object.
The 2nd ComboBox is populated with icons that is rendered by mapping the IconCss property.
See also