You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you pass for example a true/false field object for the add_condition_logic() method to control visibility of a groupable field, a repeater in this case, the condition will hide the subfields of the groupable field but not the field itself. If you change the add_condition_logic() method parameter to a field key of a true/false field, then the whole repeater field is hidden if the condition is met.
Here are screenshots of the condition logic functionality when using the object as the parameter. The repeater should be hidden if the true/false is set to "Ei".
Condition not met:
Condition met:
The text was updated successfully, but these errors were encountered:
If you pass for example a true/false field object for the
add_condition_logic()
method to control visibility of a groupable field, a repeater in this case, the condition will hide the subfields of the groupable field but not the field itself. If you change theadd_condition_logic()
method parameter to a field key of a true/false field, then the whole repeater field is hidden if the condition is met.Here are screenshots of the condition logic functionality when using the object as the parameter. The repeater should be hidden if the true/false is set to "Ei".
Condition not met:
Condition met:
The text was updated successfully, but these errors were encountered: