Hi,
Not sure why I can't figure this out. I have a list of 5 items in an SFComboBox. When I start my app I want the first item in the list to be already selected. I have tried:
<combobox:SfComboBox HeightRequest="40" x:Name="comboBox" SelectedIndex="0">
And still the ComboBox is blank when I open my app.
I couldn't find anything in documentation on how to show a default value/selection when the app is opened.
Please advise what I am missing. Thank you