Vuepic / vue-datepicker

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

Stop month scrolling on Mouse Scroll Wheel inputs #939

Closed ZermattChris closed 1 month ago

ZermattChris commented 1 month ago

At the moment there doesn't seem to be any way to stop the Mouse Scroll Wheel from scrolling (rapidly) through the Calendar months. In my use case it's easy to end up selecting a date in the wrong month if you bump the scroll wheel.

A property, something like: disable-scroll-wheel : true would be great.

Thanks for the great work! :+1: -Chris

Jasenkoo commented 1 month ago

Please tale a look at month-change-on-scroll prop