@if (empty && placeholder) { {{ placeholder }} } @if (!empty) { }
@if (triggerValue) { {{ triggerValue }} }
@if (label) {
{{ label }}
} @if (showFilter) {
@if (!isFilterEmpty) { }
}
@for (option of options; track option) { {{ _getLabel(option) }} }