Uno.Themes icon indicating copy to clipboard operation
Uno.Themes copied to clipboard

MaterialComboBoxStyle ignores DisplayMemberPath in drop down list

Open mikernet opened this issue 3 years ago • 0 comments

Current behavior

The drop down list does not honor DisplayMemberPath:

image

But it shows correctly once an item is clicked:

image

How to reproduce it (as minimally and precisely as possible)

<ComboBox DisplayMemberPath="Name" Style="{StaticResource MaterialComboBoxStyle}"
          ItemsSource="{x:Bind Model.Items, Mode=OneWay}" />

Package Version(s):

Latest dev

Affected platform(s):

  • [ ] iOS
  • [ ] Android
  • [x] WebAssembly
  • [x] UWP
  • [ ] MacOS

mikernet avatar Nov 21 '21 21:11 mikernet