{{ title }} @for (item of optionLoader.state$().options; track item.value) { @let disabled = item.state?.disabled;

{{ item.name }}

@if (item.detail) {

{{ item.detail }}

} @let disabledText = item.state?.text; @if (disabled && disabledText) { {{disabledText}} }
}
@if(optionLoader.state$().loading) { } @if(optionLoader.state$().loading) { {{loadingText}} } @else if(optionLoader.state$().options.length === 0) { {{missingOptionsText}} } @if(!optionLoader.state$().loading) { {{retryLoadingText}} }
GENERAL.OK GENERAL.CANCEL