Commit 55e731b7ca6108d5540157c3bf7fea1e5b6f4895
1 parent
3400ba2f
Fixed updates the selection list after change entitySubtypeValue
Showing
1 changed file
with
1 additions
and
0 deletions
@@ -68,6 +68,7 @@ export class EntityAutocompleteComponent implements ControlValueAccessor, OnInit | @@ -68,6 +68,7 @@ export class EntityAutocompleteComponent implements ControlValueAccessor, OnInit | ||
68 | this.dirty = true; | 68 | this.dirty = true; |
69 | } | 69 | } |
70 | } | 70 | } |
71 | + this.selectEntityFormGroup.get('entity').updateValueAndValidity(); | ||
71 | } | 72 | } |
72 | } | 73 | } |
73 | 74 |