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

Clicking "Done" immediately to use the default timepicker value of 00:00 doesn't work #726

Open jolan opened 10 years ago

jolan commented 10 years ago

Steps to reproduce:

1) Simple timepicker $(".timepicker").timepicker(); 2) Click input to trigger timepicker 3) Time field says 00:00 4) Click Done without adjusting sliders 5) No value is filled into the input

jamesgol commented 8 years ago

Came here looking for a solution to this issue. I'll report back if I find one