Android Question [Solved] AutoCompleteEditText Change Filter

DaOel

Member
Licensed User
Longtime User
Hello, the standard filter for the autocompleteEditText view is String.StartsWith (not casesensitive)
Is there some way to override this filter to String.Contains (not casesensitive)?

Thanks!
 
Top