Forms

Text area

Default text area

This is the input's helper text.
<div class="ecl-form-group"><label for="example-textarea-id-1" id="example-textarea-id-1-label"
    class="ecl-form-label">Label<span class="ecl-form-label__optional">(optional)</span></label>
  <div class="ecl-help-block" id="example-textarea-id-1-helper">This is the input's helper text.</div><textarea
    id="example-textarea-id-1" class="ecl-text-area ecl-text-area--m" rows="4" placeholder="Placeholder text"
    aria-describedby="example-textarea-id-1-helper"></textarea>
</div>

Try it yourself on the playground

Playground

Disabled text area

This is the input's helper text.

Try it yourself on the playground

Playground

Invalid text area

This is the input's helper text.

Try it yourself on the playground

Playground

Required text area

This is the input's helper text.

Try it yourself on the playground

Playground