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

fix(a11y): allow labels to be clickable #3462

Merged
merged 1 commit into from
Nov 14, 2024
Merged

fix(a11y): allow labels to be clickable #3462

merged 1 commit into from
Nov 14, 2024

Conversation

annsch
Copy link
Collaborator

@annsch annsch commented Nov 14, 2024

Proposed changes

I've noticed that the input form element label is not clickable. This means that its not possible to click on the label to focus on the input element. Is this something that was omitted or something I missed?
Maybe there are other form elements where pointer-events for labels are disabled, e.g. text-area.

Types of changes

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Refactoring (fix on existing components or architectural decisions)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation Update (if none of the other choices apply)

I've noticed that the input form element label is not clickable. This means that its not possible to click on the label to focus on the input element. Is this something that was omitted or something I missed?
Copy link
Contributor

🔭🐙🐈 Test this branch here: https://db-ui.github.io/mono/review/annsch-patch-1

@github-actions github-actions bot added the 🏘components Changes inside components folder label Nov 14, 2024
@mfranzke mfranzke enabled auto-merge (squash) November 14, 2024 12:34
@mfranzke mfranzke merged commit 50b5102 into main Nov 14, 2024
74 checks passed
@mfranzke mfranzke deleted the annsch-patch-1 branch November 14, 2024 12:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏘components Changes inside components folder
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants