-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
Selected State does not annonce when Slider Component selected #30956
Comments
@amarlette Just curious if this is still relevant since the Slider component seems to have been deprecated as per #30945 |
@meehawk Thank you for tagging me on this issue, I'll see if this is still relevant. @kacieb or @lunaleaps since this is a deprecated component per https://reactnative.dev/docs/slider can we close #30956 and #30945? |
@amarlette Since we have PR #31145 for this issue, let's keep this open for that but we can close #30945 since it's not relevant to the community |
Summary: Accessibility service does not announce "selected" on accessibilityState = {selected: true} of the Button Component. Issue link - #30956 ## Changelog <!-- Help reviewers and the release process by writing your own changelog entry. For an example, see: https://github.com/facebook/react-native/wiki/Changelog --> [General] [Added] - Add accessibilityState prop to Slider component Pull Request resolved: #31145 Test Plan: Verified accessibility states are read by voiceover and talkback. Some state values aren't handled by iOS and have been identified. Added snapshot tests to test accessibilityState.disabled = disabled values `js1 test Slider-test` Reviewed By: yungsters Differential Revision: D28337723 Pulled By: lunaleaps fbshipit-source-id: 72a54d8d9dcf1fafb9785c81da99f32a21f3df00
Thank you @sladyn98 for your contribution to a more accessible React Native! Can you comment your Twitter handle if you have one so that I can give you a shout-out? |
@amarlette my twitter handle is @SladynN .Thanks for the shoutout |
Quick question @amarlette and @lunaleaps, is there something else to be done here or can we close this issue? |
I think we can close this issue, thanks for the notice! |
Description
Does not announce "selected" on the focus of Slider Component.
This issue is covered in-depth by parent issue #30842, please check there for more details.
React Native version:
0.63
The text was updated successfully, but these errors were encountered: