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

time doesn't update, when hourMax increases #960

Open YekaterinaBindyuk opened 5 years ago

YekaterinaBindyuk commented 5 years ago

Hello, I have encountered following bug: Time doesn't update, when hourMax increases. For instance, hourMax value on dayA was 16:00, when I switch to DayB, which has hourMax value of 18:00, value of DayB remains limited to 16:00 (hourMax of dayA). I tried to set value manually, however it gets changes on InjectTimePicker method. Would you mind helping me to solve this issue? Thank you in advance.