I'm trying to use the new date range picker from Angular Material and I need to filter out some certain days (min and max won't be helpful for me here). I used before "matDatepickerFilter" with the normal date picker but I can't find the same thing for the date range picker so I tried instead using "dateFilter".
The problem is that after applying the function I can't select any dates at all.
Adapting the
dataFilter
definition format-date-range-input
in the Template should fix your issue.Here is a working version of your Stackblitz.