Is there a way for me to increase the height of the textarea
<textarea class="form-control"></textarea>
instead of the scroll feature that we get when the input exceeds the width and height of the field? For example if the user enters 2 paragraphs the entire paragraph should be visible. The textarea should only have 1 or 2 line heights at the beginning when it is empty.