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

[Slider] Fix unnecessary accessibility attribute in root element #34610

Merged
merged 1 commit into from Oct 5, 2022

Conversation

vanyaxk
Copy link
Contributor

@vanyaxk vanyaxk commented Oct 4, 2022

This PR fixes #34604 bug with a happy-path test

@mui-bot
Copy link

mui-bot commented Oct 4, 2022

Details of bundle changes

Generated by 🚫 dangerJS against 32c5b6f

@oliviertassinari oliviertassinari added the component: slider This is the name of the generic UI component, not the React module! label Oct 4, 2022
@vanyaxk vanyaxk force-pushed the fix/accessibility-issue-in-slider branch from 889feec to 5ce1a9a Compare October 5, 2022 00:59
@michaldudak
Copy link
Member

michaldudak commented Oct 5, 2022

Thanks for your contribution! Could you please add a unit test that verifies the fixed behavior?
Also, please edit the description and add a summary of changes made in this PR.

@michaldudak michaldudak changed the title fix(slider): fix unnecessary accessibility attribute in root element [Slider] Fix unnecessary accessibility attribute in root element Oct 5, 2022
@vanyaxk vanyaxk force-pushed the fix/accessibility-issue-in-slider branch from 5ce1a9a to 32c5b6f Compare October 5, 2022 12:55
@vanyaxk
Copy link
Contributor Author

vanyaxk commented Oct 5, 2022

Added the test, and edited the description, cheers 🙂

Copy link
Member

@michaldudak michaldudak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 Thanks!

@michaldudak michaldudak merged commit 3137c48 into mui:master Oct 5, 2022
alexfauquette pushed a commit to alexfauquette/material-ui that referenced this pull request Oct 14, 2022
daniel-rabe pushed a commit to daniel-rabe/material-ui that referenced this pull request Nov 29, 2022
feliperli pushed a commit to jesrodri/material-ui that referenced this pull request Dec 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accessibility a11y component: slider This is the name of the generic UI component, not the React module!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Slider] Accessibility: aria-labelledby is passed into outer span and input elements
4 participants