Hi support,
I'm running your library on iOS.
The combobox is working and can be populated but if I select an item, the selected item is not shown in the combobox. It is just empty.
This is my code
<editors:SfComboBox
x:Name="comboboxRaces"
Margin="0,15,0,15"
WidthRequest="340"
HeightRequest="40"
DisplayMemberPath="caption"
TextMemberPath="cpation"
SelectedValuePath="raceorder"
IsEditable="False"
TextColor="{AppThemeBinding Light={StaticResource LightEntryFieldTextColor}, Dark={StaticResource DarkEntryFieldTextColor}}"
BackgroundColor="{AppThemeBinding Light={StaticResource LightEntryFieldBackgroundColor}, Dark={StaticResource DarkEntryFieldBackgroundColor}}"
SelectionChanged="comboboxRaces_SelectionChanged"
/>
What can I do?
Regards,
Stephan