4.0.2
Autosize is a small, stand-alone script to automatically adjust textarea height to fit text.
Autosize is included in Hitman vendor bundle.
vendor
<script> $(function () { autosize($('textarea')); }); </script> <textarea class="form-control" rows="1"></textarea>