{{ placeholder | translate }} @for (option of selectedOptions; track $index) { {{ option.value }} } @if (loading | async) { } @else { @for (option of filteredOptions; track $index) {
{{ option.value }} @if (option.fullPath) { }
} }