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

Displaying datetimepicker if setting the new date through setDate #675

Closed farhan2986 closed 10 years ago

farhan2986 commented 10 years ago

setting date through $mypicker.datetimepicker('setDate', new Date()); always trying to display datetimepicker which causing problem if field is in different tab view or not visible. by commenting 809(this.$input.focus();) line had solved my problem.

mattscotty commented 10 years ago

Worked for me too, thanks, this was very irritating!