New to Telerik UI for Blazor? Download Free 30-day trial
MultiSelect - Tag Mode
- EXAMPLE
- VIEW SOURCE
- EDIT IN TELERIK REPL
- Change Theme
default
Tag Mode
Maximum Allowed Tags
- Tag-mode.razor
- ProductService.cs
- ProductDto.cs
Description
The MultiSelect for Blazor provides options for displaying the items as individual (multiple) tags and as a single, summary tag.
To configure the desired mode, use the TagMode
parameter. When the Multiple
option is selected, you can additionally control the maximum number of individual chips (tags) that the component will visualize in the input. If the selected items exeed this number, the MultiSelect will summarize the remaining selected items.
This demo showcases a basic MultiSelect implementation including the TagMode
and MaxAllowedTags
parameters bound to the configurator options. Try the various settings to test the behavior in the different Tag Modes.