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