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 8828aa8 commit 47d21d5Copy full SHA for 47d21d5
src/BootstrapBlazor/Components/Select/SelectTable.razor.cs
@@ -96,7 +96,7 @@ namespace BootstrapBlazor.Components;
96
/// </summary>
97
private string? ClassName => CssBuilder.Default("select select-table dropdown")
98
.AddClass("disabled", IsDisabled)
99
- .AddClass("cls", IsClearable)
+ .AddClass("is-clearable", IsClearable)
100
.AddClassFromAttributes(AdditionalAttributes)
101
.Build();
102
0 commit comments