Closed
Description
openedon Feb 21, 2021
Slider Accessibility
In regards to facebook/react-native#30939 & facebook/react-native#30961 has react-native-slider already addressed these accessibility issues? Any help in identifying if this issue has been addressed in this repo would be greatly appreciated!
Slider Component does not announce "disabled"
Expected results
When a component is "disabled", screen readers should announce this as part of their focus announcement. Clicks to these elements should also have no effect.
Slider Component does not announce Checked/Unchecked State
Expected results
Upon focus of an element with the "checked" accessibilityState, the screen reader should announce either "checked" or "not checked", or in the case of elements with the "switch" role, it should announce "on" or "off". Upon activation, if the state is changed, the new state should be announced.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment