jquery-timepicker
jquery-timepicker copied to clipboard
Version 1.14.1 breaks the jQuery val() function on timepickers with useSelect: true
We recently updated from version 1.14.0 to 1.14.1, and it seems to cause issues with the jQuery("#timepicker_element").val() function. It used to return a string representation of the time, but now it just returns a blank string.
This only happens when useSelect: true is set.
true, very annoying bug ! BTW, thanks for the great job on the plugin.