hootsuite / nachos

Material Chips for Android
Other
451 stars 87 forks source link

Display the suggestions dropdown without typing any character #89

Open mahima-ms opened 3 years ago

mahima-ms commented 3 years ago

This is a question. Is there a way to show the suggestions as soon as the NachoTextView is clicked/focused without the user having to type any character?

I have tried setThreshold(0) but the AutoCompleteTextView only allows a minimum of one character. I was wondering if there was a way around this.

giovannyreyeso commented 3 months ago

Just call:

nachoTextView.showDropDown();