@if (hasImageOptions){ {{ props.label + (props.required ? '*' : '') }} {{ selectedLabel || props.placeholder }} } @else { @for (option of selectOptions; track option) { {{ option.label }} } } @if (to.description) {
{{ to.description }}