Vuepic / vue3-date-time-picker

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

scroll to move by month #43

Closed hi-reeve closed 2 years ago

hi-reeve commented 2 years ago

Is your feature request related to a problem? Please describe. no

Describe the solution you'd like it will be good to have scrolling if the date is open, what i mean by scrolling is when the calendar open, we can move the datepicker using scroll and the date will move by month, i.e : scroll up will bring the datepicker move to previous month and vice versa.

Additional context will be usefull rather than have to click next or previous button

Jasenkoo commented 2 years ago

Interesting idea, will add it in the next version.

Jasenkoo commented 2 years ago

Added in v2.3.6

hi-reeve commented 2 years ago

i just notice that the scroll is on wrong behaviour? isn't scroll down supposed to go to next month and otherwise?

hi-reeve commented 2 years ago

@Jasenkoo

Jasenkoo commented 2 years ago

Yeah, but logically speaking, you go next month, meaning up + 1 and vice versa, I'll make an adjustment or config in the next version

hi-reeve commented 2 years ago

Yeah, but logically speaking, you go next month, meaning up + 1 and vice versa, I'll make an adjustment or config in the next version

make sense. i think give a config is a good solution