Reputation: 2358
Very similar to the example in the documentation Datepicker with min & max validation
.
The Angular component shows extra years outside of the minDate
and maxDate
. In my use case, the valid minDate
is 2018, and the component is still showing from 2000
. That is too much. In the documentation, I could not find the right parameters to set this UI setting.
Just to be clear, what I want to achieve is the same view, but for example showing options only starting from 2016 instead of 2000. Is it possible?
Upvotes: 1
Views: 15