Randy Fahrbach
Posts: 0
Joined: Fri Oct 25, 2013 2:12 pm

How do I expand the text field size?

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.
Image

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

How do I expand the text field size?

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.

Return to “Issues”