CodeBeam.MudBlazor.Extensions
CodeBeam.MudBlazor.Extensions copied to clipboard
MudStepper: Suggested improvements (SetActiveIndex() and deactivating MudSteps)
trafficstars
Hello,
It would be nice if the MudStepper had the method SetActiveIndex(), with which one can directly activate a MudStep. This method already exists in the repository. However, it is marked as protected internal.
Likewise, it would be great if you could deactivate a MudStep so that it is not selectable.
Many thanks in advance & greetings ... Peter 🌞
With 6.2.5 SetActiveIndex method is public 🙂
You can also make a PR about Deactivating steps, or i can look at it when i have time