I'm using Bootstrap, to disable the contents of a TextArea as such:
<td>
<textarea class="form-control disabled" id="message"></textarea>
</td>
which works fine, apart from the fact that I need to control the height as well, based on the content being rendered into the control.
Are there any HTML 5 tricks, or CSS tricks I can use to dynamically resize the height of the control based upon the text? Or can this only be achieved using JScript