Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 47d21d5

Browse files
authored
fix(SelectTable): should hidden append icon when hover (#6757)
1 parent 8828aa8 commit 47d21d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BootstrapBlazor/Components/Select/SelectTable.razor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ namespace BootstrapBlazor.Components;
9696
/// </summary>
9797
private string? ClassName => CssBuilder.Default("select select-table dropdown")
9898
.AddClass("disabled", IsDisabled)
99-
.AddClass("cls", IsClearable)
99+
.AddClass("is-clearable", IsClearable)
100100
.AddClassFromAttributes(AdditionalAttributes)
101101
.Build();
102102

0 commit comments

Comments
 (0)