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
314 stars 134 forks source link

Accessibility errors: Missing label #129

Closed SirFischer closed 4 months ago

SirFischer commented 1 year ago

I haven't found a way to add and connect a label to the drop down. How should i go about it with the today's version of the dropdown, or is it missing this feature?

Centeos commented 1 year ago

Facing the same issue.

AdelRedaa97 commented 1 year ago

I don't understand what exactly you want to achieve can you add an example or a photo ?

SirFischer commented 1 year ago

The problem seems to be that the modal doesn't have an accessibilityLabel which the google play pre-launch report is complaining about. Could you expose that field?

DanielCeron-dc commented 10 months ago

156

AdelRedaa97 commented 4 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