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
320 stars 137 forks source link

Not consider zero(0) in data set. #98

Closed prashant487859 closed 1 year ago

prashant487859 commented 1 year ago

If you have data like [3,0,1,2] and when you click to show the drop down. It shows only [3,1,2].

AdelRedaa97 commented 1 year ago

Now fixed in v3.0.1