{tooltip}
$1
'
+ )
+ : ''
+ )
+ ;
+
+ // Group every (n) fields into a field group
+ if (index % groupAmount === 0) {
+ const newFields = document.createElement('div');
+ newFields.className = 'ui equal width fields';
+ newTab.appendChild(newFields);
+ }
+ newTab.lastChild.appendChild(newInput);
+ });
+ }
+}
+
/**
*
- * @param {?Object.