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

fix: Selecting a time should focus input field. #664

Closed davegudge closed 10 years ago

davegudge commented 10 years ago

Upon selecting a time, the input should be focused (matching the JQuery date picker logic), thus ensuring that the "on blur" event is triggered when the calendar is closed (via the 'done' button or by clicking elsewhere on the screen.)

trentrichardson commented 10 years ago

Thanks @davegudge , i have applied this to the dev branch.