Skip to content

Commit bcdc211

Browse files
docs(material/datepicker): fix description for matDatepickerFilter (#27161)
1 parent b7a466d commit bcdc211

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/material/datepicker/datepicker.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,9 +161,8 @@ that point.
161161

162162
<!-- example(datepicker-filter) -->
163163

164-
In this example the user can back past 2005, but all of the dates before then will be unselectable.
165-
They will not be able to go further back in the calendar than 2000. If they manually type in a date
166-
that is before the min, after the max, or filtered out, the input will have validation errors.
164+
In this example the user cannot select any date that falls on a Saturday or Sunday, but all of the
165+
dates which fall on other days of the week are selectable.
167166

168167
Each validation property has a different error that can be checked:
169168
* A value that violates the `min` property will have a `matDatepickerMin` error.

0 commit comments

Comments
 (0)