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
Steps to reproduce:
label
for
Reproducible example on stackblitz.
Actual behaviour:
The checkbox should be toggled only once. Works fine when clicked on the area that is not checkbox and label element.
The text was updated successfully, but these errors were encountered:
We could potentially fix this quickly by adding pointer-events: none to label, input[type="checkbox"] elements inside of mdc-list-item elements.
pointer-events: none
label, input[type="checkbox"]
mdc-list-item
Sorry, something went wrong.
Closed via #4055
abhiomkar
No branches or pull requests
Steps to reproduce:
label
,for
attribute).Reproducible example on stackblitz.
Actual behaviour:
The checkbox should be toggled only once. Works fine when clicked on the area that is not checkbox and label element.
The text was updated successfully, but these errors were encountered: