Welcome to the Xamarin.Forms feedback portal. We’re happy you’re here! If you have feedback on how to improve the Xamarin.Forms, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

2
Votes

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

  1. Download the sample app
  2. Debug/Start the Android project
  3. 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.