Skip to content

Commit

Permalink
MudLoadingButton: removed Title property as it's provided by MudBlazo…
Browse files Browse the repository at this point in the history
…r itself now MudBlazor/MudBlazor#8630 (#396)
  • Loading branch information
emuuu authored May 16, 2024
1 parent e1bf076 commit 51d5adc
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,13 +106,6 @@ public bool Loading
[Category(CategoryTypes.Button.Appearance)]
public ButtonVariant ButtonVariant { get; set; } = ButtonVariant.Button;

/// <summary>
/// Title of the icon used for accessibility. Only for IconButton and Fab variants.
/// </summary>
[Parameter]
[Category(CategoryTypes.Button.Behavior)]
public string? Title { get; set; }

/// <summary>
/// The variant to use.
/// </summary>
Expand Down

0 comments on commit 51d5adc

Please sign in to comment.