This repository was archived by the owner on Sep 5, 2024. It is now read-only.
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
checkbox: clicking links in labels also toggles the value #10823
Open
Description
Actual Behavior:
What is the issue? *
If anmd-checkbox
has a text or a label that contains a link, clicking the link (either with_target="blank"
to open in a new tab, or Ctrl-click) also toggles the checkbox.What is the expected behavior?
Not toggle the checkbox. This is the behavior of the native<input type="checkbox">
.
CodePen (or steps to reproduce the issue): *
CodePen Demo which shows your issue:
https://codepen.io/anon/pen/VzeoJODetails:
Demo is set up to show the different behaviors. Follow the instructions in the text.
AngularJS Versions: *
AngularJS Version:
1.6.4AngularJS Material Version:
1.1.4
Additional Information:
Browser Type: *
ChromeBrowser Version: *
59.0.3071.115 (Official Build) (64-bit)OS: *
Ubuntu 14.04Stack Traces:
N/A