@brggroup/share-lib 0.1.18 → 0.1.19

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.
@@ -1282,6 +1282,7 @@ class BaseComponent {
1282
1282
  control.updateValueAndValidity({ onlySelf: true });
1283
1283
  }
1284
1284
  });
1285
+ formData.updateValueAndValidity();
1285
1286
  this.logFormErrors(formData);
1286
1287
  }
1287
1288
  untouchControls(formData) {