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

[Bug] ComboBox Placeholder Text Not Showing #44

Closed
nlogozzo opened this issue Sep 26, 2021 · 1 comment · Fixed by #47
Closed

[Bug] ComboBox Placeholder Text Not Showing #44

nlogozzo opened this issue Sep 26, 2021 · 1 comment · Fixed by #47

Comments

@nlogozzo
Copy link
Contributor

nlogozzo commented Sep 26, 2021

The placeholder text of a combo box is only shown when the cursor hovers over the combo box.

Without mouse cursor hovering:
image

With mouse cursor hovering:
image

Here is my XAML:
<ComboBox HorizontalAlignment="Left" VerticalAlignment="Top" Margin="8,154,0,0" Width="320" PlaceholderText="Select file format"/>

(Snipping Tool does not show the mouse cursor in screenshots)

@amwx
Copy link
Owner

amwx commented Sep 27, 2021

I probably have a style misconfigured for that. Should be an easy fix, but I'll look at it

@amwx amwx mentioned this issue Oct 19, 2021
@amwx amwx closed this as completed in #47 Oct 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants