We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For example:
<div class="ui toggle checkbox rnr-register-accept"> <input type="checkbox" ng-model="accept"> <label>Accept <a href="/myPage">rules</a></label> </div>
Checkbox's event are blocking url. This should be fixed.
The text was updated successfully, but these errors were encountered:
Agreed, that's no good.
Sorry, something went wrong.
Am I missing something or is this not reproducible?
http://jsfiddle.net/efp8z6Ln/175/
@tcigrand You forgot about JS: http://jsfiddle.net/efp8z6Ln/176/
Gotcha, thanks, sorry to muddle up the issue.
Fixes clicking a[href] inside checkbox not working as expected #2804
d50538f
Fixed in next
next
No branches or pull requests
For example:
Checkbox's event are blocking url. This should be fixed.
The text was updated successfully, but these errors were encountered: