Sign in
简柏林
/
thingskit
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
55e731b7ca6108d5540157c3bf7fea1e5b6f4895
Authored by
Vladyslav_Prykhodko
2020-07-01 17:41:27 +0300
1 parent
3400ba2f
Fixed updates the selection list after change entitySubtypeValue
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
ui-ngx/src/app/shared/components/entity/entity-autocomplete.component.ts
ui-ngx/src/app/shared/components/entity/entity-autocomplete.component.ts
View file @
55e731b
...
...
@@ -68,6 +68,7 @@ export class EntityAutocompleteComponent implements ControlValueAccessor, OnInit
68
68
this.dirty = true;
69
69
}
70
70
}
71
+
this.selectEntityFormGroup.get('entity').updateValueAndValidity();
71
72
}
72
73
}
73
74
...
...