Skip to content
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

[Checkbox] md-checkbox not clickable in next version (> v1.0.0-pre.15) #4747

Closed
pgbross opened this issue Aug 18, 2023 · 0 comments · Fixed by #4691
Closed

[Checkbox] md-checkbox not clickable in next version (> v1.0.0-pre.15) #4747

pgbross opened this issue Aug 18, 2023 · 0 comments · Fixed by #4691
Assignees

Comments

@pgbross
Copy link

pgbross commented Aug 18, 2023

In <md-checkbox> the render method has changed in PR #4726 "fix(textfield): add form validity support]". The PR moves the <input> element to be rendered before the <svg> but this prevents clicks on the svg element from working (only tested in Chrome).

Can't demo this in the playground as this is a future release at the moment.

A possible fix might be to set the z-index: 1 on the <input> element so that it is not masked by the <svg> element.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants