@skyux/datetime 7.0.0 → 7.1.1

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.
@@ -2749,7 +2749,7 @@ class SkyDatepickerInputDirective {
2749
2749
  }
2750
2750
  /**
2751
2751
  * Specifies the earliest date that is available in the calendar. Place this attribute on
2752
- * the `input` element to override the default in `SkyDatepickerConfigService`.
2752
+ * the `input` element to override the default in `SkyDatepickerConfigService`. To avoid validation errors, the time associated with the minimum date must be midnight. This is necessary because the datepicker automatically sets the time on the `Date` object for selected dates to midnight in the current user's time zone.
2753
2753
  */
2754
2754
  set minDate(value) {
2755
2755
  __classPrivateFieldSet(this, _SkyDatepickerInputDirective__minDate, value, "f");