From cf8de6d14ae764385278ac4c85523bb12ab4ada7 Mon Sep 17 00:00:00 2001 From: Nishchya3Verma Date: Wed, 24 May 2023 23:13:00 +0530 Subject: [PATCH] docs(material/datepicker): fix description for matDatepickerFilter --- src/material/datepicker/datepicker.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/material/datepicker/datepicker.md b/src/material/datepicker/datepicker.md index 6456aa31e3d3..9783f8afc257 100644 --- a/src/material/datepicker/datepicker.md +++ b/src/material/datepicker/datepicker.md @@ -161,9 +161,8 @@ that point. -In this example the user can back past 2005, but all of the dates before then will be unselectable. -They will not be able to go further back in the calendar than 2000. If they manually type in a date -that is before the min, after the max, or filtered out, the input will have validation errors. +In this example the user cannot select any date that falls on a Saturday or Sunday, but all of the +dates which fall on other days of the week are selectable. Each validation property has a different error that can be checked: * A value that violates the `min` property will have a `matDatepickerMin` error.