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 a871fbf commit 379d489Copy full SHA for 379d489
src/BootstrapBlazor.Server/Components/Components/BarcodeGenerateSettings.razor
@@ -1,9 +1,9 @@
1
-@inject IStringLocalizer<BarcodeGenerateSettings> Localizer
+@inject IStringLocalizer<BarcodeGenerateSettings> Localizer
2
3
<GroupBox Title="@Localizer["BarcodeGeneratorGroupBoxText"]">
4
<div class="row form-inline g-3">
5
<div class="col-12 col-sm-6">
6
- <BootstrapInput Value="Value" ShowLabel="true" UseInputEvent="true" OnValueChanged="OnValueChanged" />
+ <BootstrapInput Value="Value" DisplayText="Value" ShowLabel="true" UseInputEvent="true" OnValueChanged="OnValueChanged" />
7
</div>
8
9
<Select @bind-Value="Format" OnValueChanged="OnFormatChanged" ShowLabel="true" />
0 commit comments