Textarea Autosize ?

72 views
Skip to first unread message

tedd...@nana.com

unread,
Jun 11, 2015, 2:39:55 PM6/11/15
to suppor...@runmyprocess.com
Hi,

Has anyone implemented autosize for textarea inputs on forms so that the field adjusts size automatically to fit text?

Thanks!

Murali

unread,
Jun 12, 2015, 12:38:14 PM6/12/15
to suppor...@runmyprocess.com, tedd...@nana.com, tedd...@nana.com
Hi Teddy,

Please try below code sample.

$(document.getElementById("id_text_area")).height(200);
$(document.getElementById("id_text_area")).width(150);

Regards,
Murali
Reply all
Reply to author
Forward
0 new messages