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

[InputLabel] Fix clicking on required label (*) does not focus input … #1386

Merged
merged 1 commit into from
Jan 27, 2024
Merged

Conversation

hksalessio
Copy link
Contributor

Pull Request

📖 Description

I noticed that clicking on the asterisk next to the label of a required field does not select the input element.
This pull request fixes that issue by removing all pointer events from the asterisk.

✅ Checklist

General

  • I have added tests for my changes.
  • I have tested my changes.
  • I have updated the project documentation to reflect my changes.
  • I have read the CONTRIBUTING documentation and followed the standards for this project.

Component-specific

  • I have added a new component
  • I have added Unit Tests for my new compontent
  • I have modified an existing component
  • I have validate Unit Tests for an existing component

@vnbaaij vnbaaij merged commit d55ee62 into microsoft:dev Jan 27, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants