Vuepic / vue-datepicker

Datepicker component for Vue 3
https://vue3datepicker.com
MIT License
1.4k stars 137 forks source link

Year picker in combination with minDate/maxDate has inconsistent UI and available year is not selectable #879

Closed NicoHof closed 1 month ago

NicoHof commented 2 months ago

Describe the bug

One strange thing I noticed:

This looks inconsistent to me.

It is quite the same issue the month picker had in 8.6.0, this issue was reported here https://github.com/Vuepic/vue-datepicker/issues/865 and it got fixed already with 8.7.0

To Reproduce

Expected behavior

Desktop & mobile (please complete the following information):

NicoHof commented 1 month ago

@Jasenkoo Do you have any estimation of a date for the next release of the lib which would include your fix commit? Need to weight up if I wait for the new release or do a temp. workaround in my code until its fixed.

Thank you for your consistent work and effort on the issue list!