@elite.framework/ng.core 1.0.27 → 1.0.28

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3974,6 +3974,7 @@ class GenericSelectorTypeComponent extends FieldType {
3974
3974
  this.selectedItem = items;
3975
3975
  if (withSetValue == true) {
3976
3976
  this.formControl.setValue(items.map((c) => c[vf]));
3977
+ this.cdr.detectChanges();
3977
3978
  }
3978
3979
  else {
3979
3980
  if (this.props.change) {
@@ -3992,6 +3993,7 @@ class GenericSelectorTypeComponent extends FieldType {
3992
3993
  // debugger
3993
3994
  if (withSetValue == true) {
3994
3995
  this.formControl.setValue(item?.[vf]);
3996
+ this.cdr.detectChanges();
3995
3997
  }
3996
3998
  else {
3997
3999
  if (this.props.change) {