From adbf708cd771722955bb78a9cd6aea100aef221c Mon Sep 17 00:00:00 2001 From: Vladyslav Date: Fri, 16 Feb 2024 11:14:06 +0200 Subject: [PATCH] Update entity-subtype-list.component.html --- .../shared/components/entity/entity-subtype-list.component.html | 1 - 1 file changed, 1 deletion(-) diff --git a/ui-ngx/src/app/shared/components/entity/entity-subtype-list.component.html b/ui-ngx/src/app/shared/components/entity/entity-subtype-list.component.html index 26fb757c42..fa37de3901 100644 --- a/ui-ngx/src/app/shared/components/entity/entity-subtype-list.component.html +++ b/ui-ngx/src/app/shared/components/entity/entity-subtype-list.component.html @@ -34,7 +34,6 @@ (blur)="addOnBlur($event)" formControlName="entitySubtype" matAutocompleteOrigin - matChipInputAddOnBlur="false" #origin="matAutocompleteOrigin" [matAutocompleteConnectedTo]="origin" [matAutocomplete]="entitySubtypeAutocomplete"