<div class="md-form">
<textarea id="input-example" class="form-control md-textarea" placeholder="Placeholder"></textarea>
<label for="input-example">Basic textarea</label>
</div>
Based on the version from MDB:
https://mdbootstrap.com/components/inputs/#textarea
No additional actions, aside from the markup, are needed to use this component.
for
attribute on the label element and the corresponding id
on the textarea element