splitwise / TokenAutoComplete

Gmail style MultiAutoCompleteTextView for Android
Apache License 2.0
1.3k stars 384 forks source link

Can't update list suggest when using List<Object> #305

Closed hntruongtv closed 7 years ago

hntruongtv commented 7 years ago

i using List data match but suggest not update when add new text pls fix.

mgod commented 7 years ago

What kind of list adapter are you using for the suggestions entries? Contrary to what it looks like, the FilteredArrayAdapter does not allow for changes to it's data after you create it.