@for (item of items(); track item.key; let index = $index) { } @if (canInput()) { } @else if (!items().length) { {{ placeholder() }} } @if ((clearable() && showClear()) || showSuggestionsIndicator()) {
@if (clearable() && showClear()) { } @if (showSuggestionsIndicator()) { }
}