You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On supplying a minDate and maxDate, the DatePicker properly keeps you from selecting outside the range. However, you cannot visually tell what is enabled/disabled.
In the below picture you should not see any date before the 29th as selectable.
A disabled class used to be applied to the disabled dates( .bx--date-picker__day.disabled, .flatpickr-day.disabled).
e.g.
This should be resolved with #5085 when 10.9.3 is released. Going to close this, but feel free to reopen if you don't see the fix when the update is released.
carbon-components-react
On supplying a minDate and maxDate, the DatePicker properly keeps you from selecting outside the range. However, you cannot visually tell what is enabled/disabled.
In the below picture you should not see any date before the 29th as selectable.

A disabled class used to be applied to the disabled dates( .bx--date-picker__day.disabled, .flatpickr-day.disabled).

e.g.
Example usage:
Possibly the light={true} is messing with it somehow?
The text was updated successfully, but these errors were encountered: