Makes the DateRangePicker and SingleDatePicker keyboard accessible
- Adds screen reader text to the input to describe how to enter the calendar - Adds arrow navigation to the calendar itself - Adds a keyboard shortcuts panel that pops up on top of the calendar - Adds screen reader text to each CalendarDay
Showing
- constants.js 1 addition, 0 deletionsconstants.js
- css/CalendarDay.scss 19 additions, 1 deletioncss/CalendarDay.scss
- css/DateRangePicker.scss 2 additions, 2 deletionscss/DateRangePicker.scss
- css/DayPickerKeyboardShortcuts.scss 161 additions, 0 deletionscss/DayPickerKeyboardShortcuts.scss
- css/styles.scss 1 addition, 0 deletionscss/styles.scss
- css/variables.scss 2 additions, 0 deletionscss/variables.scss
- examples/DateRangePickerWrapper.jsx 5 additions, 4 deletionsexamples/DateRangePickerWrapper.jsx
- examples/SingleDatePickerWrapper.jsx 11 additions, 5 deletionsexamples/SingleDatePickerWrapper.jsx
- package.json 1 addition, 0 deletionspackage.json
- src/components/CalendarDay.jsx 54 additions, 14 deletionssrc/components/CalendarDay.jsx
- src/components/CalendarMonth.jsx 18 additions, 0 deletionssrc/components/CalendarMonth.jsx
- src/components/CalendarMonthGrid.jsx 17 additions, 1 deletionsrc/components/CalendarMonthGrid.jsx
- src/components/DateInput.jsx 38 additions, 7 deletionssrc/components/DateInput.jsx
- src/components/DateRangePicker.jsx 24 additions, 5 deletionssrc/components/DateRangePicker.jsx
- src/components/DateRangePickerInput.jsx 24 additions, 8 deletionssrc/components/DateRangePickerInput.jsx
- src/components/DateRangePickerInputController.jsx 10 additions, 0 deletionssrc/components/DateRangePickerInputController.jsx
- src/components/DayPicker.jsx 269 additions, 19 deletionssrc/components/DayPicker.jsx
- src/components/DayPickerKeyboardShortcuts.jsx 176 additions, 0 deletionssrc/components/DayPickerKeyboardShortcuts.jsx
- src/components/DayPickerNavigation.jsx 13 additions, 4 deletionssrc/components/DayPickerNavigation.jsx
- src/components/DayPickerRangeController.jsx 36 additions, 0 deletionssrc/components/DayPickerRangeController.jsx
Loading
Please register or sign in to comment