xdan / datetimepicker

jQuery Plugin Date and Time Picker
https://xdsoft.net/jqplugins/datetimepicker/
MIT License
3.5k stars 1.52k forks source link

Timepicker is not focusing in preselected value #780

Open bhaskardabhi opened 2 years ago

bhaskardabhi commented 2 years ago

Hi,

Whenever I prefill the timing and open the timepicker then it's not getting focused. Instead use has to scroll to the selected timing manually.

ezgif com-gif-maker (1)

Let me know the solution. Thanks

ootwch commented 1 year ago

Perhaps a long time fixed, but for reference and other people: You have to make sure that you set the line height for your time item to match the CSS height of this item.

$(elementId).datetimepicker({
            datepicker: false,
            timeHeightInTimePicker: 32, // has to match CSS!
            ....