You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a CheckComboBox is given an ItemTemplate it is used in the dropdown but when an item is selected it then uses the ToString() instead of the ItemTemplate.
Steps to reproduce the bug
Create a class which does not have any ToString() implementation
Create a CheckComboBox using this class
See bug
Expected behavior
Expected behavior was that the ItemTemplate would apply to the dropdown and selected items.
Screenshots
NuGet package version
3.5.1
IDE
Visual Studio 2022
Framework type
.Net 6.0
Windows version
Windows 11 (22000)
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
When a CheckComboBox is given an ItemTemplate it is used in the dropdown but when an item is selected it then uses the ToString() instead of the ItemTemplate.
Steps to reproduce the bug
Expected behavior
Expected behavior was that the ItemTemplate would apply to the dropdown and selected items.
Screenshots
NuGet package version
3.5.1
IDE
Visual Studio 2022
Framework type
.Net 6.0
Windows version
Windows 11 (22000)
Additional context
No response
The text was updated successfully, but these errors were encountered: