Skip to content

Commit 97f4aeb

Browse files
DBowen33crisbeto
authored andcommitted
docs(material/datepicker): update documentation (#29816)
update documentation for mobule a11y screen reader compatibility for datepickers with no icon buttons fixes b/292120265 (cherry picked from commit cd2e4d4)
1 parent 3e1faec commit 97f4aeb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/material/datepicker/datepicker.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -566,6 +566,10 @@ datepicker pop-up. However, ChromeOS intercepts this key combination at the OS l
566566
browser only receives a `PageDown` key event. Because of this behavior, you should always include an
567567
additional means of opening the pop-up, such as `MatDatepickerToggle`.
568568

569+
`MatDatepickerToggle` must be included along with `MatDatepicker` for optimal mobile a11y
570+
compatibility. Mobile screen reader users currently do not have a way to trigger the datepicker
571+
dialog without the icon button present.
572+
569573
#### Keyboard interaction
570574

571575
The datepicker supports the following keyboard shortcuts:

0 commit comments

Comments
 (0)