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.
1 parent 5ad1536 commit 0eb6911Copy full SHA for 0eb6911
src/BootstrapBlazor.Server/Components/Samples/TreeViews.razor
@@ -193,16 +193,6 @@
193
</div>
194
</DemoBlock>
195
196
-@* <DemoBlock Title="@Localizer["TreeViewFlatTitle"]"
197
- Introduction="@Localizer["TreeViewFlatIntro"]"
198
- Name="FlatItems">
199
- <section ignore>
200
- @((MarkupString)Localizer["TreeViewFlatItemsDescription"].Value)
201
- </section>
202
- <TreeView Items="@FlatItems" ShowCheckbox="true"
203
- AutoCheckChildren="true" AutoCheckParent="true"></TreeView>
204
-</DemoBlock>
205
- *@
206
<AttributeTable Items="@GetAttributes()"></AttributeTable>
207
208
<AttributeTable Items="@GetTreeItemAttributes()" Title="@Localizer["TreeViewsAttribute"]"></AttributeTable>
0 commit comments