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 cb87b9c commit dc8e800Copy full SHA for dc8e800
src/BootstrapBlazor.Server/Components/Samples/BrowserFingers.razor
@@ -12,12 +12,12 @@ private async Task GetFingerCodeAsync()
12
}</Pre>
13
<BootstrapInputGroup>
14
<BootstrapInputGroupLabel DisplayText="Browser-Finger"></BootstrapInputGroupLabel>
15
- <BootstrapInput @bind-Value="@_code" />
+ <BootstrapInput Value="@_code" Readonly="true" />
16
</BootstrapInputGroup>
17
18
<BootstrapInputGroup class="mt-3">
19
<BootstrapInputGroupLabel DisplayText="ClientHubId"></BootstrapInputGroupLabel>
20
- <BootstrapInput @bind-Value="@_clientHubId" />
+ <BootstrapInput Value="@_clientHubId" Readonly="true" />
21
22
</DemoBlock>
23
0 commit comments