DropDown Chips Template

Hey!
I am using a DropDown in my Blazor application and I want the user to select multiple items. I am using "Chips=true" and it looks like this:
grafik

Using the TextProperty of the Dropdown shows the Name of the object.
But I want to change the Text of the chips by combining it with a different property like this:

TextProperty="Parent.Name / Name"

Using the TextProperty like this does not work, so i tried to use a Template, only to find out, that the "chips" do not use the template.

<Template Context="mArea">
	$"{mArea.Parent.Name} / {mArea.Name}"
</Template>

Is there a way to use Chips and edit their content?

Best Regards

It will be possible in the next update later this week:

1 Like