Kushal Shah
Kushal Shah

Reputation: 1333

Want to select multiple text in AutoCompleteTextview

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

Answers (1)

CommonsWare
CommonsWare

Reputation: 1006819

You probably want MultiAutoCompleteTextView. AutoCompleteTextView is for single-selection only.

Upvotes: 6

Related Questions