{{textarea
  value=value
  readonly=(if readonly "readonly")
  required=(if required "required")
  placeholder=placeholder
  rows=rows
  cols=cols
  disabled=(if disabled "disabled")
  maxlength=maxlength
  selectionEnd=selectionEnd
  selectionStart=selectionStart
  selectionDirection=selectionDirection
  wrap=wrap
  autofocus=(if autofocus "autofocus")
  spellcheck=(if spellcheck "spellcheck")
}}
{{#if (and voiceTypingIsActive (not readonly))}}
  <i role="button" class="circular microphone link icon" {{action "voiceTyping"}} />
{{/if}}
