Back to Paperless Ngx

Select.Component

src-ui/src/app/components/common/input/select/select.component.html

2.20.15460 B
Original Source

@if (title || removable) { @if (title) { {{title}} } @if (removable) { Remove } }

100" (change)="onChange(value)" (search)="onSearch($event)" (focus)="clearLastSearchTerm()" (clear)="clearLastSearchTerm()" (blur)="onBlur()"> {{item[bindLabel]}} @if (allowCreateNew && !hideAddButton) { } @if (showFilter) { }

{{error}} @if (hint) { {{hint}} } @if (getSuggestions().length > 0) { Suggestions: @for (s of getSuggestions(); track s) { {{s.name}} } }