Jon Thornton
Jon Thornton
It's now fixed in https://github.com/jonthornton/Datepair.js/releases/tag/0.4.17. Thanks for the very clear bug report!
Unfortunately the date/time picker widgets place focus on the text input, and it's proving difficult to disambiguate between the different event triggers. It looks like a bigger refactor of the...
I'm afraid Datepair's API makes this difficult or impossible- I can't think of how to do this. Thank you for writing about this situation. I'll think about how Datepair could...
Thanks for the detailed steps to reproduce. What happens if you scroll up on the list of times?
Can you provide a use case for this? Is it causing problems as you build your app?
You shouldn't run into datepair problems with custom bootstrap-datepicker options. Can you post an example of the problem?
Unlikely. I rarely do Angluar development and wouldn't know what's needed for a port.
I'm having trouble reproducing this bug. Can you provide details on which device and Safari version you're using, and exact steps to reproduce?
I'm unable to reproduce this on the demo page at https://www.jonthornton.com/jquery-timepicker. Can you confirm if it's still an issue in 1.13.18?
Try it with a 24hr time format and no am/pm `var timepicker = $('#timePicker').timepicker({ 'timeFormat': 'H:i', 'step': 30 });`