Reputation: 1333
I am developing android application. In it i have used AutoCompleteTextview. It works fine in my application when i want to select only one text but what if i want to select multiple text??? After selecting one text it don't get any more suggestion.Plz solve my problem.Thank you.
Upvotes: 2
Views: 2127
Reputation: 1006819
You probably want MultiAutoCompleteTextView
. AutoCompleteTextView
is for single-selection only.
Upvotes: 6