mancj / MaterialSearchBar

Material Design Search Bar for Android
Other
2.03k stars 332 forks source link

How to show suggestions only after one character is type into search bar with custom suggestions adapter? #132

Closed EWWandroid closed 4 years ago

EWWandroid commented 4 years ago

I have a custom suggestions adapter and when I call setCustomSuggestionAdapter(adapter) suggestions are show just by clicking on the search bar. how do I make search bar show suggestions only after user types one or more characters?