You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/material/datepicker/datepicker.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -566,6 +566,8 @@ The `MatDatepicker` pop-up uses the `role="dialog"` interaction pattern. This di
566
566
multiple controls, the most prominent being the calendar itself. This calendar implements the
567
567
`role="grid"` interaction pattern.
568
568
569
+
The `matDatepickerCanel` and `matDatepickerApply` provide confirmation of the selected date when closing the pop-up. Always enable the confirmation action buttons (see [_Confirmation action buttons_](#confirmation-action-buttons)).
570
+
569
571
The `MatDatepickerInput` and `MatDatepickerToggle` directives both apply the `aria-haspopup`
570
572
attribute to the native input and button elements, respectively.
0 commit comments