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

MudStepperExtended StepperActionsJustify.End Inconsistency

Open OllieFox131 opened this issue 1 year ago • 0 comments
trafficstars

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]

image

However the summary for ActionContent is conflicting with this

image

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.

OllieFox131 avatar Aug 14 '24 10:08 OllieFox131