jdewit / bootstrap-timepicker

[Deprecated] A simple timepicker component for Twitter Bootstrap
MIT License
1.64k stars 1.09k forks source link

Use mouse scroll to change values #273

Closed mmarchini closed 4 years ago

mmarchini commented 9 years ago

It would be nice if we could scroll values up and down using the mouse scroll.

mrhota commented 9 years ago

I'm torn about this. Scroll wheel scrolls through <select> options, but bootstrap-timepicker isn't a <select>. On the other hand, the timepicker is sort of like a <select>...

What I don't want to do is blow someone's mind with unexpected behavior for something as important as a scroll action. Could the scroll-to-change-values action be isolated to the widget?

mmarchini commented 9 years ago

Yeah, it would be isolated to the widget. It could also be something optional, being disabled by default.

I'll try to code this and create a Pull Request to express the idea better.