} } @else if (multiple()) {
@for (item of selectedOptions(); track $index) { {{ item.label }} @if (!isDisabled()) { } } @empty { {{ placeholderText }} }
} @else { {{ placeholderText }} } @if (!inline()) {
@if (filteredOptions()?.isLoading()) { } @else { }
}