react-native-dropdown-picker icon indicating copy to clipboard operation
react-native-dropdown-picker copied to clipboard

Implement custom search

Open voulgarakis opened this issue 2 years ago • 1 comments

Hi all,

is there a way to create custom search? In my case I have Greek letters and I want the search function to return the items no matter if they have intonation or not.

For example, if I have the item "Παράδειγμα", the search function should find it even if I enter "Παραδειγμα" or "Παράδειγμα".

voulgarakis avatar Feb 11 '23 16:02 voulgarakis

Yes, use onChangeSearchText

bhagwandas avatar Apr 06 '23 17:04 bhagwandas