@if (multiple) {
@if (!customTagTemplateRef) {
@for (option of triggerValues; track option) {
{{ option.viewValue }}
@if (!option.disabled && !disabled) {
}
}
}
@if (customTagTemplateRef) {
@for (option of triggerValues; track option) {
}
}
} @else {
{{ triggerValue }}
}
0 ? 'block' : 'none'"
>
{{ hiddenItemsTextFormatter(hiddenItemsText, hiddenItems) }}
}