Welcome to the .NET MAUI feedback portal. We’re happy you’re here! If you have feedback on how to improve the .NET MAUI, 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!

1
Vote

Description:

When an SfComboBox is placed inside an SfTextInputLayout, which is hosted inside a grouped SfListView, the selected value in the combo box disappears after scrolling. This occurs when using the default caching strategy (recycling). The issue is reproducible on both Windows and Android platforms.

 

Expected Result

  • The selected value in each SfComboBox should remain stable and correctly bound to its corresponding data item, even after scrolling.

Actual Result

After scrolling, the selected value disappears, indicating a loss of state due to view recycling.

 

Replication Steps:

  1. Run the provided sample on Windows or Android.
  2. Select any item from the SfComboBox inside the ListView item.
  3. Scroll the ListView up and down across multiple grouped items.
  4. Observe that the selected item disappears after scrolling.