I have this textarea:
<textarea class="readonly" type="text" disabled>123456789 - JPP Bla bla bla lba Teest</textarea>
So what i want if its small text to have one row (like input), but if i have more text to add rows automatically. I dont want to use jquery, only css and html. Any suggestion?