Skip to content

Commit

Permalink
docs(material/datepicker): update documentation (#29816)
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

(cherry picked from commit cd2e4d4)
  • Loading branch information
DBowen33 authored and crisbeto committed Oct 3, 2024
1 parent 3e1faec commit 97f4aeb
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 97f4aeb

Please sign in to comment.