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 413ba2b commit 266e61eCopy full SHA for 266e61e
src/BootstrapBlazor/Components/NetworkMonitor/NetworkMonitorIndicator.razor
@@ -3,7 +3,7 @@
3
4
<Popover Title="@Title" Trigger="@Trigger" Placement="@PopoverPlacement">
5
<ChildContent>
6
- <span id="@Id" @attributes="@AdditionalAttributes" tabindex="0" class="@ClassString"></span>
+ <span @attributes="@AdditionalAttributes" id="@Id" tabindex="0" class="@ClassString"></span>
7
</ChildContent>
8
<Template>
9
<div class="bb-nt-main">
0 commit comments