kekeh / angular-mydatepicker

Angular datepicker and date range picker :date:
https://kekeh.github.io/angular-mydatepicker/
MIT License
1 stars 11 forks source link

Year navigation buttons messed up with disabled years #4

Closed fidian closed 5 years ago

fidian commented 5 years ago

On the demo page, select the option "Disable until yesterday". Open the calendar and go to the year selection. Click the right arrow to go forward in the list of years (first screenshot). On that list, try to navigate backwards and you'll see it is not allowed (second screenshot).

Screenshot from 2019-06-06 10-50-39 Screenshot from 2019-06-06 10-50-09

The same issue shows up if you "Disable since tomorrow" and navigate backwards in the years.

kekeh commented 5 years ago

Thanks @fidian

it is bug, but you can set the disableHeaderButtons option to false. I think then it should work.

kekeh commented 5 years ago

This is fixed in version 0.0.11.