CodeBeamOrg / CodeBeam.MudBlazor.Extensions

Useful third party extension components for MudBlazor, from the contributors.
https://mudextensions.codebeam.org/
MIT License
348 stars 60 forks source link

MudStepper issues #381

Open svenskaskolan opened 1 month ago

svenskaskolan commented 1 month ago

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.