Example of Default Functionalities in Blazor MultiSelect Dropdown Component
This example demonstrates the default functionalities of the Blazor MultiSelect. Type a character in the MultiSelect element or click on this element to choose one or more items from the suggestion list.
The MultiSelect component contains a list of predefined values, from that you can choose a multiple values. Also, various render modes are available to visualize selected items in the MultiSelect.
Render modes are listed here below,
- Default - By default, the selected items are displayed as chip type when the component is in focus. Otherwise, selected items are displayed with a delimiter character.
- Box - The selected items are displayed as a chip (box) type in the MultiSelect input box.
- Delimiter - The selected items are displayed with a delimiter character in the MultiSelect input box.
See also