Skip to content

Commit 11c3613

Browse files
committed
main - cd2e4d4 docs(material/datepicker): update documentation (#29816)
1 parent 585eb26 commit 11c3613

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

docs-content/overviews/material/datepicker/datepicker.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -552,6 +552,9 @@ <h3 id="accessibility" class="docs-header-link">
552552
datepicker pop-up. However, ChromeOS intercepts this key combination at the OS level such that the
553553
browser only receives a <code>PageDown</code> key event. Because of this behavior, you should always include an
554554
additional means of opening the pop-up, such as <code>MatDatepickerToggle</code>.</p>
555+
<p><code>MatDatepickerToggle</code> must be included along with <code>MatDatepicker</code> for optimal mobile a11y
556+
compatibility. Mobile screen reader users currently do not have a way to trigger the datepicker
557+
dialog without the icon button present.</p>
555558

556559
<h4 id="keyboard-interaction" class="docs-header-link">
557560
<span header-link="keyboard-interaction"></span>

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular/components-examples",
3-
"version": "19.0.0-next.6+sha-30e09d7",
3+
"version": "19.0.0-next.6+sha-cd2e4d4",
44
"description": "Angular Components Examples",
55
"private": true,
66
"repository": {
@@ -255,15 +255,15 @@
255255
},
256256
"homepage": "https://github.com/angular/components#readme",
257257
"peerDependencies": {
258-
"@angular/cdk": "19.0.0-next.6+sha-30e09d7",
259-
"@angular/cdk-experimental": "19.0.0-next.6+sha-30e09d7",
258+
"@angular/cdk": "19.0.0-next.6+sha-cd2e4d4",
259+
"@angular/cdk-experimental": "19.0.0-next.6+sha-cd2e4d4",
260260
"@angular/core": "^19.0.0-0 || ^19.1.0-0 || ^19.2.0-0 || ^19.3.0-0 || ^20.0.0-0",
261261
"@angular/common": "^19.0.0-0 || ^19.1.0-0 || ^19.2.0-0 || ^19.3.0-0 || ^20.0.0-0",
262-
"@angular/material": "19.0.0-next.6+sha-30e09d7",
263-
"@angular/material-experimental": "19.0.0-next.6+sha-30e09d7",
264-
"@angular/material-moment-adapter": "19.0.0-next.6+sha-30e09d7",
265-
"@angular/material-luxon-adapter": "19.0.0-next.6+sha-30e09d7",
266-
"@angular/material-date-fns-adapter": "19.0.0-next.6+sha-30e09d7"
262+
"@angular/material": "19.0.0-next.6+sha-cd2e4d4",
263+
"@angular/material-experimental": "19.0.0-next.6+sha-cd2e4d4",
264+
"@angular/material-moment-adapter": "19.0.0-next.6+sha-cd2e4d4",
265+
"@angular/material-luxon-adapter": "19.0.0-next.6+sha-cd2e4d4",
266+
"@angular/material-date-fns-adapter": "19.0.0-next.6+sha-cd2e4d4"
267267
},
268268
"dependencies": {
269269
"tslib": "^2.3.0"

0 commit comments

Comments
 (0)