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
I agree... It should be consistent with bootstrap-datepicker. Clicking on a span with time icon should not show the widget. It should do it only if it is a button instead of a span.
now when you use the appended icon, widget only shows on when clicking on the icon..
I know I could do something like
element.focus(function() { element.timepicker("showWidget")});
but I think it could be a feature or an option..The text was updated successfully, but these errors were encountered: