Skip to content

Slider Accessibility: Does it announce "disabled" or Checked/Unchecked State #265

Closed

Description

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

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions