Skip to content

Commit 2086434

Browse files
committed
Added template binding for content on Chip to display content in Uno Platform
1 parent 8f107d1 commit 2086434

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MADE.UI.Controls.ChipBox/Themes/Generic.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
<ColumnDefinition Width="*" />
8585
<ColumnDefinition Width="Auto" />
8686
</Grid.ColumnDefinitions>
87-
<ContentPresenter x:Name="ChipContent" VerticalContentAlignment="Center" />
87+
<ContentPresenter x:Name="ChipContent" VerticalContentAlignment="Center" Content="{TemplateBinding Content}" />
8888
<Button Grid.Column="1" x:Name="ChipRemoveButton" Style="{StaticResource ChipRemoveButtonStyle}"></Button>
8989
</Grid>
9090
</Border>

0 commit comments

Comments
 (0)