This repository has been archived by the owner on May 29, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6.7k
Can't click on checkboxes inside Accordion Heading #3145
Comments
Can you please provide a plunker reproducing this issue? And could you verify for me that this is still an issue if you use the current master branch? A lot of bugs have been fixed lately. |
Used the plunker link provided on the accordion example page (http://angular-ui.github.io/bootstrap/#/accordion) as a starting point, which seems to be using the latest version: |
You just need to stop the event propagation on the checkbox, adding:
Will fix the problem. |
thanks |
stopping propagation only solves the problem of clicking the checkbox, but if you bind checkbox to a model and if the checkbox is initially checked then the first two hits won't work properly! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Accordion headings allow for markup but can't put clickable checkboxes inside the heading (as you would be able to using bootstrap on its own [i.e. not angular-ui]).
The text was updated successfully, but these errors were encountered: