Doesn't seem this was fixed as the duration on the SfProgressButton is still ignored. Set the duration to 1000 and still spins for approx 4.5 seconds.
<SfProgressButton [email protected]("Add") IsPrimary="true" Duration="1000" OnClick=@(() =>this.AddDashBoardTile(TileType.TileTypeId))>
<ProgressButtonSpinSettings Position="SpinPosition.Right"></ProgressButtonSpinSettings>
</SfProgressButton>
|
@using Syncfusion.Blazor.SplitButtons
<SfProgressButton Content="Custom 1000" IsPrimary="true" Duration="1000" OnClick="OnClick" @ref="PrgsObj1" EnableProgress="true">
<ProgressButtonSpinSettings Position="SpinPosition.Right"></ProgressButtonSpinSettings>
</SfProgressButton>
|