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
When you have a repeated text box in a group, it doesn't trigger the isGroup variable. If you manually change that var (testing in debugging) to true, it hides, the Text box itself, but not the whole row.
// Create a <style> tag
var style = $('<style></style>').append('.field_is_hidden {display: none;}');
// Append the <style> tag to the <head>
$('head').append(style);
Issue
When you have a repeated text box in a group, it doesn't trigger the
isGroup
variable. If you manually change that var (testing in debugging) to true, it hides, the Text box itself, but not the whole row.SAMPLE CODE to Replicate issue:
Add cmb2 box:
Add trigger field and conditional repeating text field
The text was updated successfully, but these errors were encountered: