@smartbit4all/ng-client 3.3.142 → 3.3.143
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.
- package/esm2020/lib/smart-form/widgets/smartformwidget/smartformwidget.component.mjs +1 -2
- package/fesm2015/smartbit4all-ng-client.mjs +0 -1
- package/fesm2015/smartbit4all-ng-client.mjs.map +1 -1
- package/fesm2020/smartbit4all-ng-client.mjs +0 -1
- package/fesm2020/smartbit4all-ng-client.mjs.map +1 -1
- package/package.json +1 -1
- package/smartbit4all-ng-client-3.3.143.tgz +0 -0
- package/smartbit4all-ng-client-3.3.142.tgz +0 -0
|
@@ -5730,7 +5730,6 @@ class SmartformwidgetComponent {
|
|
|
5730
5730
|
if (!this.form.controls[this.widgetInstance.key].value) {
|
|
5731
5731
|
this.form.controls[this.widgetInstance.key].setValue([]);
|
|
5732
5732
|
this.form.controls[this.widgetInstance.key].updateValueAndValidity();
|
|
5733
|
-
this.changeDetector.detectChanges();
|
|
5734
5733
|
}
|
|
5735
5734
|
let asd = this.widgetInstance.value;
|
|
5736
5735
|
this.form.controls[this.widgetInstance.key].value.push(value);
|