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
When the selectpicker control is clicked, the first click handler gets triggered, but the second does not. It seems that the click event never propagates to the document.
The text was updated successfully, but these errors were encountered:
I am using this plugin in a project:
I have listeners in the directive listening for
click
events:When the selectpicker control is clicked, the first click handler gets triggered, but the second does not. It seems that the click event never propagates to the
document
.The text was updated successfully, but these errors were encountered: