-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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
Labels
enhancementNew feature or requestNew feature or request