react-native-dropdown-picker
react-native-dropdown-picker copied to clipboard
Empty Label
https://snack.expo.dev/@usamasomy/dropdown-test
Hi,
Thank you for this amazing library. I'm currently using it to fetch data from an API when the user starts typing. However, some of the labels in the data are empty, and I want to display a fallback label whenever the label is empty, null, or undefined. In my case, the fallback parameter name is "en_name".
Thanks in advance.