Blazor MultiSelect Dropdown Example - Custom Templates
This example demonstrates the template functionalities of the MultiSelect. Type a character in the MultiSelect element and choose an item from the customized list.
The MultiSelect has several options to customize each list item, group title, header and footer elements.
This example uses the following list of templates in the MultiSelect.
- ItemTemplate - To customize the list item's content.
- HeaderTemplate - To customize the header element.
- ValueTemplate - To customize the value element content that holds the selected item's text.
See also