Back to Paperless Ngx

Text.Component

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

3.0.3153 B
Original Source

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

@if (hint) { } @if (getSuggestion()?.length > 0) { Suggestion: {{getSuggestion()}} } {{error}}