%_ if (field.exclusiveRequired) {
let grpFields = field['formGroup'];
%>
Exclusively Fill One of the Following Fields:
Group.valid || !Edit<%-Fn%>Group.errors)">
Group.pristine && Edit<%-Fn%>Group.errors['required']"
class="alert alert-danger">
<%-fD%> is required.
Group.errors['exclusive']"
class="alert alert-danger">
Please exclusively fill only one of the above fields.
<%
} else {%>
<%- include('schema-edit.field.html', {field, fn, ft, fD, Fn, sn, Sn, mn, Mn, fieldObj}) %><%
} %>