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 81cebcf commit d7e00f4Copy full SHA for d7e00f4
src/BootstrapBlazor.Server/Components/Samples/BrowserFingers.razor
@@ -15,9 +15,9 @@ private async Task GetFingerCodeAsync()
15
<BootstrapInput @bind-Value="@_code" />
16
</BootstrapInputGroup>
17
18
- <BootstrapInputGroup>
+ <BootstrapInputGroup class="mt-3">
19
<BootstrapInputGroupLabel DisplayText="ClientHubId"></BootstrapInputGroupLabel>
20
- <BootstrapInput @bind-Value="@_clientId" />
+ <BootstrapInput @bind-Value="@_clientHubId" />
21
22
</DemoBlock>
23
0 commit comments