CodeBeam.MudBlazor.Extensions icon indicating copy to clipboard operation
CodeBeam.MudBlazor.Extensions copied to clipboard

MudStepper: Suggested improvements (SetActiveIndex() and deactivating MudSteps)

Open tuebben opened this issue 2 years ago • 1 comments
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 🌞

tuebben avatar Jan 30 '23 16:01 tuebben

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

mckaragoz avatar Feb 16 '23 17:02 mckaragoz