How do I expand the text field size?
Posted: Fri Oct 25, 2013 2:12 pm
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
Hi Randy,
Run the following JavaScript code on Page Load event:preAppery("mobiletextarea").css("max-height","80px");
Appery("mobiletextarea").css("height","80px");/prewhere mobiletextarea is a component name,
80px is a desired size.