Skip to content

Placeholder for Dropdown list #334

@paulfouquet

Description

@paulfouquet

When a workflowTemplate has a workflow parameter with an enum

  arguments:
    parameters:
      - name: scale
        value: "500"
        enum:
          - "500"
          - "1000"
          - "2000"
          - "5000"
          - "10000"

It would be useful to be able to have a placeholder instead of the default value to display to the user (example: "Please select") to ensure the user select something.
At the moment, the workaround to put it in value does not work as the value has to be in the enum.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions