Blazor AutoComplete Example - Grouping and Icons
This example demonstrates grouping and icon support in the AutoComplete component for organized data presentation.
Grouping features:
- Group relevant items under categories using GroupBy property
- Vegetables grouped by Category property
Icon support:
- Render icons in suggestion list using IconCss property
See also