Skip to content

Commit

Permalink
fix(material/datepicker): update documentation
Browse files Browse the repository at this point in the history
update documentation for mobule a11y screen reader compatibility
for datepickers with no icon buttons

fixes b/292120265
  • Loading branch information
DBowen33 committed Oct 2, 2024
1 parent 30e09d7 commit 624ee36
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/material/datepicker/datepicker.md
Original file line number Diff line number Diff line change
Expand Up @@ -566,6 +566,10 @@ datepicker pop-up. However, ChromeOS intercepts this key combination at the OS l
browser only receives a `PageDown` key event. Because of this behavior, you should always include an
additional means of opening the pop-up, such as `MatDatepickerToggle`.

`MatDatepickerToggle` must be included along with `MatDatepicker` for optimal mobile a11y
compatibility. Mobile screen reader users currently do not have a way to trigger the datepicker
dialog without the icon button present.

#### Keyboard interaction

The datepicker supports the following keyboard shortcuts:
Expand Down

0 comments on commit 624ee36

Please sign in to comment.