CodeBeamOrg / CodeBeam.MudBlazor.Extensions

Useful third party extension components for MudBlazor, from the contributors.

Home Page:https://mudextensions.codebeam.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MudStepper issues

svenskaskolan opened this issue · comments

We are trying MudStepper for the first time and having quite a few issues.
What would solve a lot of issues is if the step circles had some classes to indicate which one is active so its easier to apply styling.

I just tried to use the PreventStepChangeAsync function as well. But found that this is triggered not just when clicking on the step icons, but also in the steps ChildContent if you have a mudNumericField and click on the up/down arrows, or a mudSelect when clicking to make a selection and I dont know how to prevent this happening.

Also in the api section there is no description of the various properties and what they do, only what type they are, some more help here would be great.