@if(settings) {
@if (settings.showLocked) { {{t('locked-field')}} }
@if (optionSelection) { @for (option of optionSelection.selected(); track option; let i = $index) { @if (!disabled) { } } } @if (!disabled) { } @if (isLoadingOptions) {
{{t('loading')}}
} @if (!disabled && settings.multiple && (selectedData | async); as selected) { @if (selected.length > 0) { } }
@if (!useOverlay) { @if (filteredOptions | async; as options) { @if (hasFocus) { } } } @if (filteredOptions | async; as options) { } }