{{ title }}
@if (hasSelectedChoices) {
{{ selected.length }}
}
@for (selected of selectedChoices; track selected) { } @if (allowSearch) {
@if (!!searchInputValue) { }
}
@for (choice of filteredChoicesByText; track choice) { }