I have a field where if the user chooses a certain option I need to show another field.
“visible_calc”: “[‘Literature’, ‘Other’].includes(model.itemsGiven[0].item)”
The above calc works for the first item, but I need it to work for every one of them.
Any ideas?