How do I expand the text field size? I want content heavy text fields and when I add the text component the field is very small in the app.
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.