You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Rolling back and removing the item.value improves the behavior, I'd do a PR but I have no knowledge of the codebase and this must have been added for a reason ^^
Hope this helps
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.The text was updated successfully, but these errors were encountered: