-
Notifications
You must be signed in to change notification settings - Fork 195
Open
Labels
type/featureNew feature requestNew feature request
Description
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.
leverydagilgur5
Metadata
Metadata
Assignees
Labels
type/featureNew feature requestNew feature request