@smartbit4all/ng-client 5.0.17 → 5.0.18
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.
|
@@ -7040,7 +7040,7 @@ class SmartformComponent {
|
|
|
7040
7040
|
};
|
|
7041
7041
|
if (this.form) {
|
|
7042
7042
|
for (const control of Object.keys(this.form.controls)) {
|
|
7043
|
-
if (!this.form.controls[control].
|
|
7043
|
+
if (!this.form.controls[control].valid) {
|
|
7044
7044
|
let widget = this.service.getSmartFormWidgetByKey(control);
|
|
7045
7045
|
if (widget &&
|
|
7046
7046
|
widget.type !== SmartFormWidgetType.CONTAINER &&
|