@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()) {
@if (search()) { }
}