Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(DatePicker): support focus into a day with min/max (carbon-design…
…-system#4793) This change allows user to focus a date into down-arrow key when min/max dates are enabled. When min/max dates are enabled, there can be no selected date in the calendar dropdown or calendar dropdown may not show today, so we need to look for another date to focus on. This change uses the first focusable date. Fixes carbon-design-system#4207.
- Loading branch information