Skip to content

Commit 51d5adc

Browse files
authored
MudLoadingButton: removed Title property as it's provided by MudBlazor itself now MudBlazor/MudBlazor#8630 (#396)
1 parent e1bf076 commit 51d5adc

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

CodeBeam.MudBlazor.Extensions/Components/LoadingButton/MudLoadingButton.razor.cs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -106,13 +106,6 @@ public bool Loading
106106
[Category(CategoryTypes.Button.Appearance)]
107107
public ButtonVariant ButtonVariant { get; set; } = ButtonVariant.Button;
108108

109-
/// <summary>
110-
/// Title of the icon used for accessibility. Only for IconButton and Fab variants.
111-
/// </summary>
112-
[Parameter]
113-
[Category(CategoryTypes.Button.Behavior)]
114-
public string? Title { get; set; }
115-
116109
/// <summary>
117110
/// The variant to use.
118111
/// </summary>

0 commit comments

Comments
 (0)