wvega / timepicker

A jQuery plugin to enhance standard form input fields helping users to select (or type) times
http://timepicker.co
GNU General Public License v2.0
216 stars 93 forks source link

Selected time to center #131

Open dzero1 opened 3 years ago

dzero1 commented 3 years ago

Hi again,

Here I made another update for the selected time. I fixed the selected time css by adding a "ui-state-active" class and fix the scroll position of the selected time element to center to the pane. Also fixing the _hasScroll function.

You can check the behaviour from following codesandbox.io test url https://codesandbox.io/s/timepicker-test-x7dym

Test url: https://x7dym.csb.app/

Thanks