Skip to content

Commit 5b43723

Browse files
authored
Merge pull request #18 from MADE-Apps/feature/fix-chipbox-content
#17 - Fixed issue with ChipBox not displaying content
2 parents f73674b + 4475330 commit 5b43723

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ body:
1818
label: Package
1919
options:
2020
- "UI"
21+
- "UI.Controls.ChipBox"
2122
- "UI.Controls.DropDownList"
2223
- "UI.Controls.FilePicker"
2324
- "UI.Controls.Validator"

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)