MicrosoftDocs / WindowsCommunityToolkitDocs

Creative Commons Attribution 4.0 International
179 stars 156 forks source link

Missing tag closure in sample code. #719

Open pieroway opened 3 months ago

pieroway commented 3 months ago
<CommandBar
    Background="White"
    Margin="12" 
    IsOpen="True"
    IsSticky="True" 
    DefaultLabelPosition="Right"
    Content="Mountains table">
    <AppBarButton
        Icon="Filter"
        Label="Filter by Rank &lt; 50"
        Click="rankLowFilter_Click">
</CommandBar>

...the AppBarButton is not properly closed


Document Details

Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.