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 b5638a7 commit c1caaabCopy full SHA for c1caaab
src/BootstrapBlazor.Server/Components/Samples/Cascaders.razor
@@ -62,7 +62,7 @@
62
<DemoBlock Title="@Localizer["Block3Title"]" Introduction="@Localizer["Block3Intro"]" Name="Bind">
63
<div class="row g-3">
64
<div class="col-12 col-sm-6">
65
- <Cascader Color="Color.Primary" Items="@_items" @bind-Value="@Value" />
+ <Cascader Color="Color.Primary" Items="@_items" @bind-Value="@Value" IsClearable="true" />
66
</div>
67
68
<BootstrapInput readonly @bind-Value="@Value" />
0 commit comments