You are viewing version 3 of the library, the latest version is
<div class="md-form">
    <textarea id="input-example" class="form-control md-textarea" placeholder="Placeholder"></textarea>
    <label for="input-example">Basic textarea</label>
</div>

Textarea

Based on the version from MDB:
https://mdbootstrap.com/components/inputs/#textarea

Using

No additional actions, aside from the markup, are needed to use this component.

Notes

  • MDB framework defines that the textarea element comes prior to the label element
  • It’s best practice to have a textarea element accompanied with a label element which are connected via the for attribute on the label element and the corresponding id on the textarea element