-
Notifications
You must be signed in to change notification settings - Fork 130
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
fix(core): Checkbox link in label is not clickable #12636
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for fundamental-ngx ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
.fd-checkbox__label-container { | ||
pointer-events: auto; | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you can use:
&-container {
pointer-events: auto;
}
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also, you need to bring this fix to fundamental-styles
Visit the preview URL for this PR (updated for commit bad99fb): https://fundamental-ngx-gh--pr12636-12577-core-fix-check-jw8dradi.web.app (expires Mon, 11 Nov 2024 22:24:45 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: 41b993ee8e451bd7c6770b342ce142dc886eacff |
@khotcholava e2e of checkbox are failing. Can you check them? |
fix(core): Checkbox link in label is not clickable
closes #12577
Description
Updated the checkbox component to ensure that links within custom labels are clickable and function as intended. This resolves the issue observed in the documentation example.
Before
Screencast.from.2024-10-23.16-34-31.webm
After
new.webm