alenaksu / mdPickers

Material Design date/time pickers for Angular Material
MIT License
293 stars 216 forks source link

Disable future scrolling of months past maxDate #199

Open dustin-lennon opened 6 years ago

dustin-lennon commented 6 years ago

How do I go about preventing future month selection or scrolling when I have a maxDate set?

Scenario: I have a maxDate set of '2018/01/25'. I don't want the user to be able to use the arrow or scroll to February.

How would I go about handling that scenario?