Skip to content

Issue: Dropdown does not pass A11 Accessibility linting  #214

Open
@ParkerSchmitt

Description

@ParkerSchmitt

I have a project that uses this component along with https://github.com/aryella-lacerda/react-native-accessibility-engine to help enforce accessibility within our UI.

Accessibility assertions failing output:

DropDown > View > TouchableWithoutFeedback

    Problem:  "This component is pressable but the user hasn't been informed that it behaves like a button/link/radio"
    Solution: "Set the 'accessibilityRole' prop to button or link or imagebutton or radio or tab"

 View > View > TouchableWithoutFeedback

    Problem:  "This component is pressable but the user hasn't been informed that it behaves like a button/link/radio"
    Solution: "Set the 'accessibilityRole' prop to button or link or imagebutton or radio or tab"

    Problem:  "This button is not accessible (selectable) to the user"
    Solution: "Set the 'accessible' prop to 'true' or remove it (pressables are accessible by default)"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions