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(Switch): aria-label prop not applying to native control #2559

Closed

Conversation

tarunrajput
Copy link
Contributor

Fixes: #2549

Fix accessibility issue in Switch component by applying the aria-label prop to the native control component

@codesandbox-ci
Copy link

codesandbox-ci bot commented Jul 17, 2023

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit 57c4130:

Sandbox Source
react-native-web-examples Configuration
Switch deprecated accessibilityLabel Issue #2549

@tarunrajput tarunrajput force-pushed the fix/switch-a11y-issue branch from 19be431 to 57c4130 Compare July 20, 2023 05:18
@necolas necolas closed this in 213b616 Jul 20, 2023
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.

Switch component doesn't respect aria-label property: must use deprecated accessibilityLabel
2 participants