{{! @glint-nocheck }}
<textarea
  id={{@id}}
  disabled={{@disabled}}
  readonly={{@readonly}}
  aria-describedby={{@ariaDescribedBy}}
  value={{@value}}
  class="form-control {{this.formValidationClass}}"
  ...attributes
  {{on "change" this.handleChange}}
  {{on "input" this.handleInput}}>
</textarea>