CodeBeam.MudBlazor.Extensions
CodeBeam.MudBlazor.Extensions copied to clipboard
MudStepperExtended StepperActionsJustify.End Inconsistency
Firstly thank you for creating this package, there is some really useful stuff!
I have been using the MudStepperExtended and have encountered an issue with the StepperActionsJustify logic.
If you choose StepperActionsJustify.End the code will push the actions content to be rendered before the Previous Button, padded so that it is on the bottom right corner of the stepper.
[ActionContent] [Previous] [Next]
However the summary for ActionContent is conflicting with this
Suggesting the ActionContent should always appear between the previous and next button, therefore I would expect
[Previous] [ActionContent] [Next]
again padded so that it is on the bottom right corner of the stepper.
The reason for raising the issue is I would obviously like the latter behaviour (hence me reporting!) but it would be good to get clarification if this is intended behaviour.