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 ff44879 commit 8295b23Copy full SHA for 8295b23
src/BootstrapBlazor.Server/Components/Samples/Inputs.razor
@@ -224,7 +224,7 @@
224
225
<DemoBlock Title="@Localizer["ClearableTitle"]"
226
Introduction="@Localizer["ClearableIntro"]"
227
- Name="OnInput">
+ Name="IsClearable">
228
<div class="row g-3">
229
<div class="col-12 col-sm-6">
230
<BootstrapInput Value="Model.Name" IsClearable="true" ShowLabel="true" DisplayText="Clearable" />
0 commit comments