Skip to content

Order of prompt groups #11

@Cambysses

Description

@Cambysses

Is there a way to change the order of prompt groups? It seems like by default they're sorted alphabetically, is there a way to specify how you'd like them ordered?

For example,

$Box.Prompts =
@(
    New-AnyBoxPrompt -Group "Z" -InputType Text -Message "test"
    New-AnyBoxPrompt -Group "A" -InputType Text -Message "test"
)

Group "A" will show above group "Z" even though it's written afterwards.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions