Anton S.

Results 3 comments of Anton S.

@mikkelbergsoerensen It happened to me as well, I solved it by correct CSS. I found that if the linked stylesheet is disabled everything worked fine. Then I reenabled it and...

Perhaps `data-value` attribute can do the job better. `$(element).data('value', '15:30');` Set this before init of timepicker and time should get selected. It doesn't solve your request though, just a quick...