diff --git a/packages/eui/src/components/date_picker/react-datepicker/src/calendar.js b/packages/eui/src/components/date_picker/react-datepicker/src/calendar.js index 914702942c6..5e92c0f389e 100644 --- a/packages/eui/src/components/date_picker/react-datepicker/src/calendar.js +++ b/packages/eui/src/components/date_picker/react-datepicker/src/calendar.js @@ -384,6 +384,8 @@ export default class Calendar extends React.Component {
{weekDayName} {isLocaleEnglish && ( + // we're using sr-only and aria-hidden here instead of aria-label as aria-label is + // not generally applied/read by screen readers for non-semantic element like div {WEEK_DAY_NAMES[currentDayIndex]}