Vuepic / vue3-date-time-picker

Datepicker component for Vue 3
https://vue3datepicker.com
MIT License
158 stars 13 forks source link

Ability to Reverse the year range #113

Closed TheStantonator closed 2 years ago

TheStantonator commented 2 years ago

I've set a min/max year with the year-range prop, which is between 100 years in the past and today. Is it at all possible to reverse the list of years so that the most recent years appear at the top, as I feel the majority of users will end up having to scroll quite a long way.

I'd suggest a boolean prop called reverse rows that will let the developer list the years in reverse order, from max to min.