Skip to content

Commit 379d489

Browse files
committed
doc: 更新示例
1 parent a871fbf commit 379d489

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/BootstrapBlazor.Server/Components/Components/BarcodeGenerateSettings.razor

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
@inject IStringLocalizer<BarcodeGenerateSettings> Localizer
1+
@inject IStringLocalizer<BarcodeGenerateSettings> Localizer
22

33
<GroupBox Title="@Localizer["BarcodeGeneratorGroupBoxText"]">
44
<div class="row form-inline g-3">
55
<div class="col-12 col-sm-6">
6-
<BootstrapInput Value="Value" ShowLabel="true" UseInputEvent="true" OnValueChanged="OnValueChanged" />
6+
<BootstrapInput Value="Value" DisplayText="Value" ShowLabel="true" UseInputEvent="true" OnValueChanged="OnValueChanged" />
77
</div>
88
<div class="col-12 col-sm-6">
99
<Select @bind-Value="Format" OnValueChanged="OnFormatChanged" ShowLabel="true" />

0 commit comments

Comments
 (0)