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

I want to show empty text inside dropdown when there is no data available.So How I achieve this scenario in this package? #131

Closed amannarola closed 4 months ago

amannarola commented 1 year ago

I want to show empty text inside dropdown when there is no data available.So How I achieve this scenario in this package?

DMaxence commented 1 year ago

Just put a space instead of an empty text defaultButtonText={' '}

AdelRedaa97 commented 4 months ago

A lot of changes were made in v4.0, take a look here 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