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!>
Thanks for joining our community and helping improve Syncfusion products!
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