You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 theAutoCompleteTextView
only allows a minimum of one character. I was wondering if there was a way around this.The text was updated successfully, but these errors were encountered: