kekeh / angular-mydatepicker

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

Next months arrow disabled even having enabled date in next month in Inline mode. #44

Closed acharyaks90 closed 4 years ago

acharyaks90 commented 4 years ago

HI,

Please look at stackblitz link for more clearance https://stackblitz.com/edit/mydatepicker-inline-disbale-issue If after disabling the whole calendar using disableUntil and disableSince then providing enabledDates array. makes next month selector disable even some dates are enabled for next month.

kekeh commented 4 years ago

Hi @acharyaks90

I will check that but quick fix is set disableHeaderButtons option to false. Then the header arrows are not disabled in any case.

kekeh commented 4 years ago

I fixed this issue. You can try here:

stackblitz.com - angular-mydatepicker

After that install version 0.9.1 from npm.