hoaphantn7604 / react-native-element-dropdown

A react-native dropdown component easy to customize for both iOS and Android.
MIT License
1.01k stars 173 forks source link

NoDataFound while filtering the data #289

Open haroldmud opened 3 months ago

haroldmud commented 3 months ago

So the issue is that whenever you search for something that's not in our collection, there is no display that shows whether the search didn't match any data of the collection.

RahulUchihaa commented 6 days ago

Hi haroldmud you can use flatlist props to add that

flatListProps={{ ListEmptyComponent: () =>

No Data found
                  </View>
                }}