Back to Openproject

Draggable Autocomplete.Component

frontend/src/app/shared/components/autocompleter/draggable-autocomplete/draggable-autocomplete.component.html

17.3.1230 B
Original Source

@if (inputCaption) { }

@for (item of selectedOptions; track item) { @if (isRemovable(item)) {

} } @if (!isArrayOfValues) { } @if (isArrayOfValues) { @for (value of hiddenValues; track value) { } } @if (hasError) {

}