I can use mobiscroll to make a text area auto grow as I type by using mbsc-textarea, and this is great. However, if I load the page with a bunch of content already in the text area it only shows the first line.
I’d like it to also auto grow on page load if I render the page with content already in the text area. How do I accomplish this?