diff --git a/src-ui/src/app/components/common/input/text/text.component.html b/src-ui/src/app/components/common/input/text/text.component.html index 29e5698ad..9451d4f94 100644 --- a/src-ui/src/app/components/common/input/text/text.component.html +++ b/src-ui/src/app/components/common/input/text/text.component.html @@ -15,6 +15,12 @@ @if (hint) { } + @if (getSuggestion()?.length > 0) { + + Suggestion: + {{getSuggestion()}} + + }