Skip to content

MudStepperExtended StepperActionsJustify.End Inconsistency #444

@OllieFox131

Description

@OllieFox131

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions