Skip to content

Commit 04bb996

Browse files
authored
doc(Select): add generic type documentation (#6072)
1 parent 003b3ff commit 04bb996

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BootstrapBlazor.Server/Components/Samples/SelectGenerics.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@
342342
<SelectGeneric TValue="string" Items="Items">
343343
<DisplayTemplate>
344344
<i class="fa-solid fa-flag"></i>
345-
<span>@context.Text</span>
345+
<span>@context?.Text</span>
346346
</DisplayTemplate>
347347
</SelectGeneric>
348348
</div>

0 commit comments

Comments
 (0)