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 89663b2 commit 3ed2053Copy full SHA for 3ed2053
src/BootstrapBlazor.Server/Components/Samples/ValidateForms.razor
@@ -68,8 +68,8 @@
68
<div class="col-12 col-sm-6">
69
<BootstrapInputGroupLabel @bind-Value="@Model2.Name" />
70
<BootstrapInputGroup>
71
- <Display @bind-Value="@Model2.Name"></Display>
72
<BootstrapInputGroupLabel DisplayText="Test" />
+ <Display @bind-Value="@Model2.Name"></Display>
73
</BootstrapInputGroup>
74
</div>
75
0 commit comments