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

Custom matching function when searching #92

Closed borglin closed 1 year ago

borglin commented 2 years ago

I'd like to use my own custom matching function when searching the list of options in order to allow fuzzy matching on specific properties of an option.

Are there any plans to add this?

AdelRedaa97 commented 1 year ago

onChangeSearchInputText prop is added iv v3.0.3 to make your custom search function outside the component this will disable the internal search function