@if (icon()) {
}
@for (option of selectedOptions(); track option.value; let last = $last) { {{ (option.label | i18n) || option.value }} @if (!last) { , } } @empty {
{{ placeholder() }}
}
@if (nullable() && values()?.length) {
}
@if (searchable()) { }
    @for (option of filteredOptions(); track option.key) {
  • @if (optionTemplate()) { } @else {
    {{ option.label | i18n }}
    {{ option.description | i18n }}
    } @if (opElem.isSelected()) { }
  • }