-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Fluent2 Editable ComboBox Issues #10470
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
Comments
I agree that Editable ComboBox should be nearer in style to a TextBox, like in case of focused and selection states. However that would also mean that we are departing a little from what WinUI does. Comments ? I will try to discuss this with internal design team and see what opinions they have. |
@dipeshmsft Editable ComboBoxes was a late addition to UWP/WinUI and left a few things to be desired if I recall correctly. WPF was always more functional in this area. That said, I think you are incorrect. What I'm asking for is exactly what is already done in WinUI. When I edit a combobox in the WinUI3 gallery it is as expected and is designed to look just like a TextBox. (background changes on focus, bottom border it accent color, etc.) |
Description
The Fluent2 Editable ComboBox has a few issues:
This is most noticeable in dark theme.
Reproduction Steps
.NET 9 Fluent theme
ComboBox with IsEditable="True"
Expected behavior
Editable ComboBox should match closely with TextBox styling.
Actual behavior
Unfocused ComboBox (top) is missing the more prominent "underline" bottom border indicating it is a text input.
A focused ComboBox does not change the background when entering text.
... as compared to TextBox
Regression?
No response
Known Workarounds
No response
Impact
No response
Configuration
No response
Other information
No response
The text was updated successfully, but these errors were encountered: