Commit 30dafe03fe168fdfbf4c4524b6c085145abb2c7f
Committed by
GitHub
Merge pull request #3034 from vvlladd28/bugs/entity-autocomplete/sub-type
[3.0] 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 |