@for (item of selected(); track item.value) { } @if (!disabled()) { } @if (chipCtrl.value && isNewName$() && allowAddingOptions()) { "{{chipCtrl.value}}"(Add item) } @for (option of filteredItems(); track option.label) { {{option.label}} }