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

How to search and filter using multiple fields #301

Closed ashwaniYDV closed 1 month ago

ashwaniYDV commented 2 months ago

I have my data arrat like data = [ { key1: value1, key2: value2, key3: value3, }, ... ]

I want to filter data based on both key1 and key2 when i type in search text. How should I do this?