{{#if this.field.image}}
{{/if}}
{{#if this.field.description}}
{{this.cookedDescription}}
{{/if}}
{{#field-validators field=this.field as |validators|}}
{{#if this.inputComponentName}}
{{component
this.inputComponentName
field=this.field
step=this.step
fieldClass=this.fieldClass
wizard=this.wizard
autocomplete=validators.autocomplete
}}
{{/if}}
{{/field-validators}}
{{#if this.field.char_counter}}
{{#if this.textType}}
{{wizard-char-counter this.field.value this.field.max_length}}
{{/if}}
{{/if}}
{{#if this.field.errorDescription}}
{{html-safe
this.field.errorDescription
}}
{{/if}}