Skip to content

Select Prompt with horizontal and vertical choices #224

@pke

Description

@pke

I wonder if its possible to implement a select that displays like this, where one can also select horizontally on option 1:

> [1.1] [1.2]
  [2]
  [3]

With this kind of choices:

{
 type: "select",
 choices: [["1.1","1.2"],"2","3"]
}

Maybe this is possible using a custom nested prompt?

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