AdelRedaa97 / react-native-select-dropdown

react-native-select-dropdown is a highly customized dropdown | select | picker | menu for react native that works for andriod and iOS platforms.
MIT License
323 stars 138 forks source link

Add accessibilityLabel and testID to SelectDropdown #154

Closed sewera closed 6 months ago

sewera commented 1 year ago

Fixes #129

jakemadash commented 6 months ago

Can this be merged in? I would love to be able to use these accessibility features in our app, thanks!

AdelRedaa97 commented 6 months ago

Added in v4.0 take a look at the changes made in v4.0 https://github.com/AdelRedaa97/react-native-select-dropdown?tab=readme-ov-file#-major-changes

Feel free to open the issue again if it still exists

Tamar-J commented 2 months ago

@AdelRedaa97 Could you add accessibilityLabel to the dropdown overlay? Screen readers can't detect it yet, only the buttons, but if users want to close the modal, they will face accessibility issues.