Hi Peter,
We have analysed the reported issue "SfAutoComplete do not show a dropdown with items in iOS". We could be able to reproduce the issue. To
fix this, use the SfAutoComplete DisplayMemberPath API as shown in the
following code snippet,
Code snippet
|
<xForms:SfAutoComplete x:Name="_autoComplete"
TextSize="15"
HeightRequest="38"
DropDownCornerRadius="8"
ShowClearButton="False"
AutoCompleteMode="Suggest"
SuggestionMode="Contains"
ShowSuggestionsOnFocus="True"
EnableSelectionIndicator="False"
SelectAllOnFocus="True"
DisplayMemberPath="Title">
|
Please have a modified sample from the attachment.
Please check and let us know if you have any concerns.
Regards,
Suganya Sethuraman.
Attachment:
SyncfusionAutocompleteTestApp_d90c0c0a.zip