-
Notifications
You must be signed in to change notification settings - Fork 799
Open
Labels
Description
Describe the bug
The issue is that binding an Enum to a ComboBox does not work as expected. We checked in a simple sample with ComboBox. When binding an Enum value to the SelectedValue property in ComboBox, the selected value is not displayed. However, binding a string value to the SelectedValue property works correctly, and the selected item is shown as expected. We have attached the sample for reference.
Why is this important?
It should be selected when we provide a any selected Item with that.
Steps to reproduce the bug
- Run the sample.
- Note the Enum combobox will not select the item is not displayed.
- In DropDown, the item 1 is selected initially.
Actual behavior
Given Enum item is not selected.
Expected behavior
Given Enum item should be selected.
Screenshots
NuGet package version
None
Windows version
No response
Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Backlog