Xamarin Autocomplete has a predefined set of filtering options that filter suggestions based on the characters typed in the text box. You can also choose whether to filter with or without case sensitivity.
Use the Xamarin Autocomplete control to perform a multipath search using search criteria other than the predefined filtering modes. These items appear as tokens, such as in an email and address bar.
If there are more filtered items than can fit in the view area, they won’t all be populated. Limit the number shown and provide a load more button, if necessary.
The Xamarin Autocomplete control highlights the matching text in each suggested item. It allows users to detect how the items are filtered and select items with more clarity. The UI also facilitates searching.
The Xamarin.Forms AutoComplete control includes a special feature for supporting languages with diacritic letters and searching for them with English characters from an en-US keyboard.