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