hiddentao / react-native-modal-filter-picker

Cross-platform modal picker for React Native which supports keyword filtering, custom rendering, etc
MIT License
104 stars 74 forks source link

Custom filtering function #51

Open fajviray opened 2 years ago

fajviray commented 2 years ago

Is there a way I can customize the filtering function? I needed to adjust search filter to strictly start whichever been type on the search text. For example if you filter out text 'A' it should only return results starts with 'A'

Thanks