Blazor AutoComplete Example - Custom Templates
This example demonstrates the template functionalities of the AutoComplete. Type a character in the AutoComplete element and choose an item from the customized suggestion list.
The AutoComplete has been provided with several options to customize each list items, group title, header and footer elements. This sample uses the following list of templates in AutoComplete
- ItemTemplate - To customize the list item's content.
- HeaderTemplate - To customize the header element.
See also