Skip to content

Commit 98c9707

Browse files
authored
@W-16222655 : datepicker_design_system_react fix keyboard trap at today (#3149)
1 parent 3c8ec3e commit 98c9707

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/date-picker/private/calendar-wrapper.jsx

+1
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ class DatepickerCalendarWrapper extends React.Component {
157157
handleLastFocusableNodeKeyDown = (event) => {
158158
if (!event.shiftKey && event.keyCode === KEYS.TAB) {
159159
EventUtil.trapEvent(event);
160+
this.previousMonthRef.focus();
160161
}
161162
};
162163

0 commit comments

Comments
 (0)