Skip to content

Commit cd2e4d4

Browse files
authored
docs(material/datepicker): update documentation (#29816)
update documentation for mobule a11y screen reader compatibility for datepickers with no icon buttons fixes b/292120265
1 parent 30e09d7 commit cd2e4d4

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)