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

Add searchBothFieldFunction to labelField, valueField and Empty result message #308

Open aravind3566 opened 1 month ago

aravind3566 commented 1 month ago

This pull request introduces a new function, searchBothFieldFunction, to the labelField and valueField components. This function allows for more flexible and efficient searching by enabling users to search for values that match either the label or the value field.

Key changes:

Benefits: