miteshpithadiya / SearchableSpinner

Spinner with searchable items.
672 stars 245 forks source link

setOnSearchTextChangedListener cannot override #133

Open ifahimkhan opened 2 years ago

ifahimkhan commented 2 years ago

This I want to override and use my own CustomAdapter getFilter() to filter items with contains() instead of startsWith() It's not working, when I setOnSearchTextChangedListener still working as startsWith(). If I am wrong please tell me what is the correct way to implement contains search on top of this library. Thank you