-
-
Notifications
You must be signed in to change notification settings - Fork 521
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 and dateformat #451
Comments
I am currently at vacation. Will have a look when i am back home. |
Have a nice vacation. You deserve it. :) |
Had to adjust the converter to not throw an exception because of an invalid format, but i can select dates fine. Could you try to reproduce the issue using a regular combobox? If you can reproduce it with that one it's caused by your code and is not a bug in Fluent.Ribbon. The ComboBox in Fluent.Ribbon is inherited from the default WPF ComboBox. |
@bochelie1000 ping |
You are wright! The problem is within the converter. However I was doing this because the ItemStringFormat property doesnt seem to work on the fluentcombobox. I added a new repro for you to see what I mean. I have both comboboxes on the window. When I select an Item on the fluent combobox the format of the displayed Item changes. This is not the case with the standard combobox. |
Please note that this only works if the combobox has IsEditable=False. This applies to the standard combobox and the fluent one. |
When the user try to select an item from the combobox for the second time, the first item in the dropdown menu wil be the last selected item.
I included a repro in the attachment. By the way this project is still the best!!!
WpfApplication2.zip
Environment
The text was updated successfully, but these errors were encountered: