Hello there,
Recently I was working on the MultiSelect control, because we can select a lot of items from the drop down list, so in the tags container it will display these tags in several rows. I know there are two modes to render the tags, single and multiple, but we just want use multiple and if there are more than 5 selected items, we just render 5, then add an additional button such as "more" at the end of these selected tags.
There are tag template and item template to render customize style, but there is not a container template we can change.
how to implement this?