-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dropdownToggle directive stops and prevents click events #1217
Labels
Comments
Hm, this is how it is in twitter bootstrap. But we can make it configurable |
Same issue here, related to line: I think the issue can be reopen :-) |
@H--o-l need to remove it on one side, and have controversial requirements to keep it :( |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We need to catch click events on the document level, but
dropdownToggle
directive has hardcodedstopPropagation
andreturn false
(which leads topreventDefault
) in its click handler. Can it be changed? Either remove both or move toif
with a property like so:The text was updated successfully, but these errors were encountered: