Tags with input

@for (tag of inputTags; track tag) { {{ tag }} }

Tags with autocomplete

@for (tag of autocompleteSelectedTags; track tag) { {{ tag }} } @if (canCreate) { Создать: {{ autocompleteTagInput.value }} } @if (hasDuplicates) { Ничего не найдено } @for (tag of autocompleteFilteredTags | async; track tag) { {{ tag }} }