From 53a919e046272cfb0c494c6e7231bacaa3dcbce6 Mon Sep 17 00:00:00 2001 From: Vladyslav_Prykhodko Date: Thu, 12 Aug 2021 13:19:37 +0300 Subject: [PATCH] UI: Fix incorrect add chip for autocomplete component --- .../home/pages/rulechain/link-labels.component.html | 1 - .../entity/entity-subtype-list.component.html | 1 - .../components/entity/entity-subtype-list.component.ts | 10 ++++------ 3 files changed, 4 insertions(+), 8 deletions(-) diff --git a/ui-ngx/src/app/modules/home/pages/rulechain/link-labels.component.html b/ui-ngx/src/app/modules/home/pages/rulechain/link-labels.component.html index e222b312ab..f757b2e873 100644 --- a/ui-ngx/src/app/modules/home/pages/rulechain/link-labels.component.html +++ b/ui-ngx/src/app/modules/home/pages/rulechain/link-labels.component.html @@ -37,7 +37,6 @@ [matAutocomplete]="labelAutocomplete" [matChipInputFor]="chipList" [matChipInputSeparatorKeyCodes]="separatorKeysCodes" - matChipInputAddOnBlur (matChipInputTokenEnd)="add($event)">