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!

0
Votes

Description:
When setting SelectedDropDownItemTextStyle in SfComboBox using AppThemeBinding, the text color works correctly only when the app starts in Light or Dark mode. But when switching the theme while the app is running, the text color does not update. Other properties using AppThemeBinding, such as SelectedDropDownItemBackground, do update correctly.

 

Expected Output

The selected item's text color in the ComboBox should change based on the AppThemeBinding values.

 

Actual Output

The selected item text color does NOT change when switching themes at runtime.

 

Steps to Reproduce

  1. Run the sample
  2. Select an item from SfComboBoxdropdown
  3. Click button to change theme
  4. Open dropdown, You can see that selected item color is in Black