Skip to content

repeater for sesans output - should only show up when two boxes are checked #5

@andreashlarsen

Description

@andreashlarsen

I wish to show sesans output for model x only when sesans AND include_model_x.

This is in file modules/shape2sas.json

i tried without success:

"show": ["sesans", "include_model_3"],
"match": "all"

"show": ["sesans", "include_model_3"],
"operator": "AND"

"show": ["sesans", "include_model_3"],
"showMode": "all"

"show": [["sesans", "include_model_3"]]

"show": ["all", ["sesans", "include_model_3"]]

"show": { "allOf": ["sesans", "include_model_3"] }

,{
"role": "input",
"id": "sesans_and_model3",
"label": "sesans_and_model3",
"type": "hidden",
"value": "false",
"computed": "sesans && include_model_3"
}

"show": ["sesans_and_model3"]

"show": "sesans && include_model_3"

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions