jdewit/bootstrap-timepicker

Manually entering hours/minutes on mobile not updating parent field

Opened this issue · 2 comments

HTML

<div class="form-group"> <label class="control-label" for="start_time">Start Time</label> <input type="text" class="form-control" id="start_time" name="start_time"> </div>

JS

jQuery('#start_time').timepicker({ defaultTime: '08:00 AM' });

Issue is mobile related, specifically on Chrome on Android. I have not encountered this issue on my desktop nor on an iOS device I have handy.

Opening up timepicker works just fine, however when a user elects to manually enter in hours rather than use the arrows up and down, the hour/minute/merdian fields simply reset to what they were when it loaded.

@nerdycanuck Did you find a fix for this?

Afraid not - I had to switch to an alternative timepicker.