allow only one option to select
rejected
S
Social Gorilla
Currently, with the feature flag PIE_MULTISELECT_AND_COMMA_IN_ALLOWED_VALUES, users have the ability to select multiple values. Conversely, when the flag is disabled, users are restricted to selecting only one value.
However, our users have expressed a desire for a more versatile solution that allows both features to be available simultaneously. This would provide greater freedom for users to select either one or multiple values based on their specific needs, without the constraint of enabling or disabling a feature flag.
Log In
Canny AI
Merged in a post:
Add the option to toggle a field between a single select and a multi-select field
F
Fawn Antelope
Currently, the feature flag PIE_MULTISELECT_AND_COMMA_IN_ALLOWED_VALUES turns all fields into multi-select fields. It would be a good idea to provide the option to toggle this feature on or off.
Canny AI
Merged in a post:
radio button for selecting a unique value from the list of options
F
Fantastic Emu
Currently we have the option to multi select from the allowed values in a parameter , but we need a radio checkbox option so that user can select only one input out of the list.
Canny AI
Merged in a post:
Multiple/Single selection inputs in the same piple
A
Academic Falcon
After we enabled
PIE_MULTISELECT_AND_COMMA_IN_ALLOWED_VALUES
, all <+input>.allowedValues(...) become multiple selectionPlease add support of multiple selection and single selection inputs int the same pipeline.
Requirement: when one pipeline contains input variables
- <+input>.allowedValues(aa,bb,cc)
- <+input>.allowedValues(11,22,33)
want to implement #1 multiple selection, #2 single selection
E
Enthusiastic Gorilla
I noticed an inconsistency.
Multi-select only applies to Pipeline and Stage variables, but does not apply to Step variables.
It should apply to all inputs with allowedValues() and, per the recommendation below, only inputs having: allowMultiSelect()
Rohan Gupta
Merged in a post:
Allow multiple selections when allowed values is runtime input.
S
Silver Grasshopper
S
Sole Chimpanzee
We want to enable this feature but cannot enable it because it affects the entire account. Please make this feature useful by allowing something like <+input>.allowedValues(aa,bb,cc).allowMultiSelect()
S
Sole Chimpanzee
We use allowed values on many pipelines and each input case in unique. In some cases the input is designed as a flag (true/false). In other cases, it is a selection of mutually exclusive options (terraform apply OR terraform plan). However, there are use-cases where multi-select would be great (matrix execution input). Would LOVE to see these enhancements so we could take advantage of the feature.
S
Sole Chimpanzee
We want to enable this feature but cannot enable it because it affects the entire account. Please make this feature useful by allowing something like <+input>.allowedValues(aa,bb,cc).allowMultiSelect()
S
Sole Chimpanzee
We use allowed values on many pipelines and each input case in unique. In some cases the input is designed as a flag (true/false). In other cases, it is a selection of mutually exclusive options (terraform apply OR terraform plan). However, there are use-cases where multi-select would be great (matrix execution input). Would LOVE to see these enhancements so we could take advantage of the feature.
E
Enthusiastic Gorilla
Rohan Gupta This FF is useful, however it turns all allowed lists into multi-select.
This "allow multi-select" feature would need to be optional per input, similar to the "required" checkbox for inputs.
Rohan Gupta
What type of fields are you looking to provide this multiple selection? Is it string, number, secrets, connectors?
Have you tried this capability? https://developer.harness.io/docs/platform/variables-and-expressions/runtime-input-usage#allow-multiple-selection
Rohan Gupta
Hi Academic Falcon Revolutionary Salamander this feature was miss triaged, this belongs with Continuous Delivery. We understand the ask and will add this to our backlog in long term. please work with your respective tpm to get this canny request prioritized on your behalf.
Load More
→