Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ComboBox foreground color won't change when set to "IsEditable" #174

Closed
sinantutan opened this issue May 9, 2022 · 1 comment · Fixed by #170
Closed

ComboBox foreground color won't change when set to "IsEditable" #174

sinantutan opened this issue May 9, 2022 · 1 comment · Fixed by #170
Assignees
Labels
bug Something isn't working locked-due-to-inactivity

Comments

@sinantutan
Copy link

sinantutan commented May 9, 2022

Description
When the property IsEditable is set to True in a ComboBox (for dark mode) the foreground color is set to Black, rather than the original primary text color for the theme.

To Reproduce
Steps to reproduce the behavior:

  1. Create ComboBox
  2. Set property of IsEditable to True
  3. Create ComboBoxItem
  4. Pick item when app is running

Expected behavior
Foreground color of ComboBox should follow theme colors.

Screenshots
Screenshot ComboBox

Desktop:

  • OS: Windows 10, Windows 11
  • .NET: 6
  • Version: n/a
@sinantutan sinantutan added the bug Something isn't working label May 9, 2022
@pomianowski
Copy link
Member

#170

@pomianowski pomianowski linked a pull request May 9, 2022 that will close this issue
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 25, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working locked-due-to-inactivity
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants