diff --git a/sharedComponents/input/input.component.ts b/sharedComponents/input/input.component.ts
index f124b02a..d20bf6ff 100644
--- a/sharedComponents/input/input.component.ts
+++ b/sharedComponents/input/input.component.ts
@@ -63,7 +63,7 @@ declare var UIkit;
[attr.uk-tooltip]="(tooltip && !focused && type !== 'chips' && type !== 'textarea' && (formControl.value || hint || placeholderInfo?.label))?('title: ' + (formControl.value ?getTooltip(formControl.value):(hint?hint:placeholderInfo?.label)) + '; delay: 500; pos: bottom-left'):null">
+ [type]="password?'password':'text'" [formControl]="formAsControl" [class.uk-text-truncate]="!focused">