keyboard_double_arrow_left
help Help & getting started

Autosize.

A small, stand-alone script to automatically adjust textarea height. Click here

Basic example


<textarea class="form-control autosize-textarea" rows="6" placeholder="Try typing something..."></textarea>

Max height


<textarea class="form-control autosize-textarea" rows="6" placeholder="Try typing something..." style="max-height: 300px"></textarea>