From f2fc569973e13179d4589c9b200d5bb59e28847c Mon Sep 17 00:00:00 2001 From: Sylvain Tissot Date: Mon, 23 Sep 2024 15:54:57 +0200 Subject: [PATCH] DropDown Text: disable autocomplete #10432 --- .../dropdown-components/type-text/type-text.component.html | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/natural/src/lib/modules/dropdown-components/type-text/type-text.component.html b/projects/natural/src/lib/modules/dropdown-components/type-text/type-text.component.html index dd4de331..10552542 100644 --- a/projects/natural/src/lib/modules/dropdown-components/type-text/type-text.component.html +++ b/projects/natural/src/lib/modules/dropdown-components/type-text/type-text.component.html @@ -7,6 +7,7 @@ [required]="true" matInput type="text" + autocomplete="off" /> @if (formCtrl.hasError('required')) { *