@sumaris-net/ngx-components 1.15.2 → 1.15.3

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.
@@ -5426,6 +5426,9 @@
5426
5426
  )
5427
5427
  .subscribe(function () {
5428
5428
  _this.dayControl.updateValueAndValidity({ emitEvent: false });
5429
+ if (_this.formControl.touched && !_this.dayControl.touched) {
5430
+ _this.dayControl.markAsTouched();
5431
+ }
5429
5432
  _this.markForCheck();
5430
5433
  }));
5431
5434
  this.updateTabIndex();