Skip to content

Commit c1caaab

Browse files
committed
doc: 增加 IsClearable 参数文档
1 parent b5638a7 commit c1caaab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
<DemoBlock Title="@Localizer["Block3Title"]" Introduction="@Localizer["Block3Intro"]" Name="Bind">
6363
<div class="row g-3">
6464
<div class="col-12 col-sm-6">
65-
<Cascader Color="Color.Primary" Items="@_items" @bind-Value="@Value" />
65+
<Cascader Color="Color.Primary" Items="@_items" @bind-Value="@Value" IsClearable="true" />
6666
</div>
6767
<div class="col-12 col-sm-6">
6868
<BootstrapInput readonly @bind-Value="@Value" />

0 commit comments

Comments
 (0)