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

#737 #772

Closed karolisp81 closed 9 years ago

karolisp81 commented 9 years ago

If we use current time as a minimum (by setting minDateTime = 0), the minute selector only shows minutes after the time it is. So if it is 4:55, you can only select minutes '56, 57, 58 and 59'. If you change the hour to sometime later the possible choices for minutes would still be the same.

Link to this issue: https://github.com/trentrichardson/jQuery-Timepicker-Addon/issues/737

trentrichardson commented 9 years ago

Thanks for the fix, and sorry for the delay. I added this to the dev branch.