Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Placeholder for Dropdown list #334

Open
paulfouquet opened this issue Feb 13, 2023 · 5 comments
Open

Placeholder for Dropdown list #334

paulfouquet opened this issue Feb 13, 2023 · 5 comments
Labels
type/feature New feature request

Comments

@paulfouquet
Copy link

paulfouquet commented Feb 13, 2023

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.

@github-actions

This comment was marked as resolved.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Apr 23, 2023
@agilgur5 agilgur5 reopened this Aug 16, 2023
@github-actions

This comment was marked as resolved.

This comment was marked as resolved.

@agilgur5 agilgur5 added the type/feature New feature request label Jan 6, 2024

This comment was marked as resolved.

This comment was marked as resolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/feature New feature request
Projects
None yet
Development

No branches or pull requests

2 participants