@smartbit4all/ng-client 3.3.209 → 3.3.210

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.
@@ -6452,6 +6452,7 @@ class SmartformComponent {
6452
6452
  // this.form.controls[control].setValue(value);
6453
6453
  }
6454
6454
  this.smartForm.invalidFields = this.getInvalidFields();
6455
+ this.markAllWidgetsForChangeDetection();
6455
6456
  return this.smartForm;
6456
6457
  }
6457
6458
  }