What is the problem:
If the user selects an item in the SFComboBox, the item is not selected and no SelectionChanged event is called. The bindable property SelectedItem is also not updated.
Affected versions:
- This problem does not exist for version 20.2.0.49.
- This problem exists since version 20.2.0.50 and is also there in the latest version 20.3.0.61
How to reproduce the problem:
My test device: Samsung Galaxy S10 with Android 12.0
Download the sample app
Debug/Start the Android project
Change the selected item of the SFComboBox
Expected result:
The
SFComboBox should show the new selected item but it does not.
The Debug output should print
the new selected item but it does not.