@shival99/z-vnetcity 1.4.16 → 1.4.17

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.
@@ -1591,6 +1591,7 @@ class ZCalendarComponent {
1591
1591
  this._ngControl.control.markAsDirty();
1592
1592
  this._ngControl.control.markAsTouched();
1593
1593
  }
1594
+ return this._ngControl?.control?.valid ?? true;
1594
1595
  }
1595
1596
  markAsTouched() {
1596
1597
  this._touched.set(true);