Closed
Description
Bug, feature request, or proposal:
Bug
What is the expected behavior?
When I set 'min' on a datepicker I want to see disabled all dates before that
What is the current behavior?
The dates which are in past from min date are not disabled
What are the steps to reproduce?
Set the min date for datepicker, and previous dates are still available from UI, validation will still work.
What is the use-case or motivation for changing an existing behavior?
The min attribute is useless for UI, the validation still works
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
I'm using https://github.com/angular/material2-builds.git
repo
Is there anything else we should know?
I was flowing the #4725 and used the material2-builds repository, but another problem occurred. This issue.