whiskerz007
Dabbler
- Joined
- Feb 9, 2021
- Messages
- 13
My goal is to have a checkbox that will show a dropdown when checked. When the dropdown has a specific item selected it should show another text field. Is this possible with either
I've tried to use nested
I cannot find any documentation on using
show_subquestions_if
or show_if
?I've tried to use nested
show_subquestions_if
and that doesn't work. The nested show_subquestions_if
always shows when it's parent is showing.I cannot find any documentation on using
show_if
beyond show_if: [["workloadType", "=", "CronJob"]]
. Is it possible to run bitwise operations on multiple show_if
s? For example, would an AND operation be possible with something like show_if: [["enabled", "=", true],["workloadType", "=", "CronJob"]]
?