@if (label) { {{ label }} } @for (item of itemList; track item) { {{ item.name }} @if (!disabled) { close } } @for (value of filteredValues | async; track value.value) { } @empty { @if (!allowUserValue) { {{ 'common.not-found' | translate }} } } {{ hint }}
@if (stringItemsForm.get('items').hasError('required')) { {{ requiredText }} }