Hi, as described here https://www.telerik.com/kendo-angular-ui/components/dropdowns/multiselect/summary-tag-mode/#toc-basic-usage iam creating a MultiSelect component with a summary tag using the kendoMultiSelectSummaryTag directive and a custom kendoMultiSelectGroupTagTemplate .
But the summary tag is only visible, when there is atleast one item selected.
Is it possible to show the summary tag even when there are no items selected?
E.g. somethink like "0 items selected"?