Merge remote-tracking branch 'origin/hotfix/3.6.1'
This commit is contained in:
commit
7b874d2ba8
@ -265,8 +265,8 @@ export class EntitySubTypeListComponent implements ControlValueAccessor, OnInit,
|
|||||||
const value = (event.value || '').trim();
|
const value = (event.value || '').trim();
|
||||||
if (value) {
|
if (value) {
|
||||||
this.add(value);
|
this.add(value);
|
||||||
|
this.clear('');
|
||||||
}
|
}
|
||||||
this.clear('');
|
|
||||||
}
|
}
|
||||||
remove(entitySubtype: string) {
|
remove(entitySubtype: string) {
|
||||||
const index = this.entitySubtypeList.indexOf(entitySubtype);
|
const index = this.entitySubtypeList.indexOf(entitySubtype);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user