lawnstarter / react-native-picker-select

🔽 A Picker component for React Native which emulates the native <select> interfaces for iOS and Android
https://npmjs.com/package/react-native-picker-select
MIT License
1.74k stars 497 forks source link

Accessibility Issue in Dropdown #453

Open sjkushwaha21 opened 3 years ago

sjkushwaha21 commented 3 years ago

Hi,

I am creating a phone number dropdown and trying to add custom accessibility label because I want the number (1234) to be read in form of One, Two, Three, Four instead One Thousand Two Hundred Thirty Four. Simulator Screen Shot - iPhone 11 - 2021-07-21 at 15 06 34

But I tried two approaches one using pickerProps and another using touchableWrapperProps but in both cases it is reading the numbers like One Thousand Two Hundred Thirty Four.

Will you suggest any approach for the same following is my code screenshot.

Screenshot 2021-07-21 at 3 17 45 PM