New to Kendo UI for Angular? Start a free 30-day trial
SummaryTagDirective
A directive which configures the MultiSelect to show one single summary tag for all selected data items. When a number is provided, the summary tag is displayed after the given amount of data items are selected (more information and examples).
ts
<kendo-multiselect kendoMultiSelectSummaryTag [data]="data"></kendo-multiselect>
ts
<kendo-multiselect [kendoMultiSelectSummaryTag]="2" [data]="data"></kendo-multiselect>
Selector
[kendoMultiSelectSummaryTag]
Inputs
Name | Type | Default | Description |
---|---|---|---|
kendoMultiSelectSummaryTag |
|
A numeric value that indicates the number of selected data items after which the summary tag will appear. |