@if (notFoundOption(); as option) {
{{
'Ngm.RemoteSelect.OptionNotFound'
| translate: { Default: 'Option ' + option + ' not found, clear to reselect', option: option }
}}
} @else {
@for (item of selectedOptions(); track item.value; let last = $last) {
{{ item.label | i18n }}
@if (!last) {
,
}
} @empty {
{{ placeholder() }}
}
}
@if (loading()) {
}
@if (values()?.length) {
}