Hello,
I'm trying to use a Dictionary<string,string> as the datasource for the SfAutoComplete, but unfortunatly I can't make it to work. Can you guys help?
<auto:SfAutoComplete
AutoCompleteMode="Suggest"
ShowBorder="False"
ShowClearButton="False"
MaximumSuggestion="4"
DisplayMemberPath="Value"
SuggestionMode="StartsWith"
DataSource="{Binding ValuesList}">
</auto:SfAutoComplete>