3.5.2 atoms.form-controls.textarea Textarea
Form control which supports multiple lines of text. Change rows attribute as necessary.
Styling
The border should light up simply and clearly indicating which field the user is currently editing.
Requirements
You should have put a .form-control class on each textarea.
Markup: 02-atoms/form-controls/form-textarea.twig
<textarea class="form-control" rows="5" placeholder="Default textarea"></textarea>
Source:
02-atoms/form-controls/_textarea.scss
, line 1