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 c3ebfc3 commit f49f2fdCopy full SHA for f49f2fd
src/BootstrapBlazor/Components/Dropdown/Dropdown.razor.cs
@@ -68,7 +68,7 @@ public partial class Dropdown<TValue>
68
/// <param name="item"></param>
69
/// <returns></returns>
70
protected string? DisableItem(SelectedItem item) => CssBuilder.Default("dropdown-item")
71
- .AddClass("is-disabled", item.IsDisabled)
+ .AddClass("disabled", item.IsDisabled)
72
.Build();
73
74
/// <summary>
0 commit comments