Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading