Skip to content

Commit 669e1c9

Browse files
committed
doc: 更新示例
1 parent 018faeb commit 669e1c9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/BootstrapBlazor.Server/Components/Samples/Inputs.razor

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -227,24 +227,24 @@
227227
Name="OnInput">
228228
<div class="row g-3">
229229
<div class="col-12 col-sm-6">
230-
<BootstrapInput Value="Model.Name" Clearable="true" ShowLabel="true" DisplayText="Clearable" />
230+
<BootstrapInput Value="Model.Name" IsClearable="true" ShowLabel="true" DisplayText="Clearable" />
231231
</div>
232232
</div>
233233
<div class="row form-inline g-3 mt-0">
234234
<div class="col-12 col-sm-6">
235-
<BootstrapInput Value="Model.Name" Clearable="true" ShowLabel="true" DisplayText="Clearable" />
235+
<BootstrapInput Value="Model.Name" IsClearable="true" ShowLabel="true" DisplayText="Clearable" />
236236
</div>
237237
</div>
238238
<div class="row g-3 mt-0">
239239
<div class="col-12 col-sm-6">
240240
<BootstrapInputGroup>
241241
<BootstrapInputGroupLabel ShowRequiredMark DisplayText="Clearable"></BootstrapInputGroupLabel>
242-
<BootstrapInput Value="@Model.Name" Clearable="true" />
242+
<BootstrapInput Value="@Model.Name" IsClearable="true" />
243243
</BootstrapInputGroup>
244244
</div>
245245
<div class="col-12 col-sm-6">
246246
<BootstrapInputGroup>
247-
<BootstrapInput Value="@Model.Name" Clearable="true" />
247+
<BootstrapInput Value="@Model.Name" IsClearable="true" />
248248
<BootstrapInputGroupLabel ShowRequiredMark DisplayText="Clearable"></BootstrapInputGroupLabel>
249249
</BootstrapInputGroup>
250250
</div>

0 commit comments

Comments
 (0)