We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f73674b + 4475330 commit 5b43723Copy full SHA for 5b43723
.github/ISSUE_TEMPLATE/bug.yml
@@ -18,6 +18,7 @@ body:
18
label: Package
19
options:
20
- "UI"
21
+ - "UI.Controls.ChipBox"
22
- "UI.Controls.DropDownList"
23
- "UI.Controls.FilePicker"
24
- "UI.Controls.Validator"
src/MADE.UI.Controls.ChipBox/Themes/Generic.xaml
@@ -84,7 +84,7 @@
84
<ColumnDefinition Width="*" />
85
<ColumnDefinition Width="Auto" />
86
</Grid.ColumnDefinitions>
87
- <ContentPresenter x:Name="ChipContent" VerticalContentAlignment="Center" />
+ <ContentPresenter x:Name="ChipContent" VerticalContentAlignment="Center" Content="{TemplateBinding Content}" />
88
<Button Grid.Column="1" x:Name="ChipRemoveButton" Style="{StaticResource ChipRemoveButtonStyle}"></Button>
89
</Grid>
90
</Border>
0 commit comments