-
Notifications
You must be signed in to change notification settings - Fork 5
[SDKCLI-42] Feature dependsOn value. #68
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestminorIncrement the minor version when mergedIncrement the minor version when mergedscope:cliIssue for the Command Line InterfaceIssue for the Command Line Interfacescope:webappIssue for the development User InterfaceIssue for the development User Interface
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestminorIncrement the minor version when mergedIncrement the minor version when mergedscope:cliIssue for the Command Line InterfaceIssue for the Command Line Interfacescope:webappIssue for the development User InterfaceIssue for the development User Interface
Type
Fields
Give feedbackNo fields configured for issues without a type.
At the moment, the
dependsOnkey on a feature only requires a field to be filled. But what if the feature could appear on a given value?Take a
Selectfor example, with options Option 1 and Option 2.Here, the
usernameinput should appear only whenopt1Option 1 is selected andloginwhenopt2Option 2 is selected.