trentrichardson / jQuery-Timepicker-Addon

Adds a timepicker to jQueryUI Datepicker
http://trentrichardson.com/examples/timepicker/
MIT License
2.66k stars 1.05k forks source link

Unable to get one line dropdowns to work. #866

Open leskelly opened 8 years ago

leskelly commented 8 years ago

For the most part the date/time picker with drop downs instead of sliders works fine but I'd like to have the time in one line. I'm using the following code: $('#cp1_my_date').datetimepicker({ controlType: 'select', oneLine: true, timeFormat: 'hh:mm tt' }); The drop downs appear but the time is stacked instead of in one line.

Also the arrows to navigate from month to month don't show up.

Thanks in advance.