Merge pull request #3034 from vvlladd28/bugs/entity-autocomplete/sub-type

[3.0] Fixed updates the selection list after change entitySubtypeValue
This commit is contained in:
Igor Kulikov 2020-07-08 15:27:25 +03:00 committed by GitHub
commit 30dafe03fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -68,6 +68,7 @@ export class EntityAutocompleteComponent implements ControlValueAccessor, OnInit
this.dirty = true;
}
}
this.selectEntityFormGroup.get('entity').updateValueAndValidity();
}
}