ID: {{ field.htmlId }}
} @if (field.htmlName) {Name: {{ field.htmlName }}
} @if (field.htmlType) {Type: {{ field.htmlType }}
} @if (field.placeholder) {Placeholder: {{ field.placeholder }}
} @if (field.autocomplete) {Autocomplete: {{ field.autocomplete }}
} @if (field.ariaLabel) {ARIA Label: {{ field.ariaLabel }}
} @if (field.formIndex !== undefined) {Form Index: {{ field.formIndex }}
}Tag Name: {{ field.tagName }}
} @if (field.elementNumber !== undefined) {Element Position: #{{ field.elementNumber }}
} @if (field.htmlClass) {CSS Classes: {{ field.htmlClass }}
} @if (field.title) {{{ "title" | i18n }}: {{ field.title }}
} @if (field.tabindex) {Tabindex: {{ field.tabindex }}
} @if (field.maxLength !== undefined) {Max Length: {{ field.maxLength }}
}Label Left: "{{ field.labelLeft }}"
} @if (field.labelRight) {Label Right: "{{ field.labelRight }}"
} @if (field.labelTag) {Label Tag: "{{ field.labelTag }}"
} @if (field.labelTop) {Label Top: "{{ field.labelTop }}"
}Form ID: {{ field.formContext.htmlId }}
} @if (field.formContext.htmlName) {Form Name: {{ field.formContext.htmlName }}
} @if (field.formContext.htmlAction) {Form Action: {{ field.formContext.htmlAction }}
} @if (field.formContext.htmlMethod) {Form Method: {{ field.formContext.htmlMethod }}
}Fields in Form: {{ field.formContext.fieldCount }}
{{ "value" | i18n }}: {{ field.valuePreview }}
} @if (field.checked !== undefined) {Checked: {{ field.checked ? ("yes" | i18n) : ("no" | i18n) }}
} @if (field.selectOptions && field.selectOptions.length > 0) {Select Options: {{ field.selectOptions.length }} {{ "options" | i18n }}
{{ field.selectOptions.slice(0, 3).join(", ") }}{{ field.selectOptions.length > 3 ? "..." : "" }}
}Data-Stripe: {{ field.dataStripe }}
} @if (field.inlineMenuFillType) {Inline Menu Fill Type: {{ field.inlineMenuFillType }}
} @if (field.fieldQualifier) {Field Qualifier: {{ field.fieldQualifier }}
} @if (field.accountCreationFieldType) {Account Creation Field Type: {{ field.accountCreationFieldType }}
} @if (field.rel) {Rel: {{ field.rel }}
} @if (field.showPasskeys) {Show Passkeys: {{ field.showPasskeys }}
} @if (field.ariaHasPopup) {ARIA Has-Popup: {{ field.ariaHasPopup }}
}