I'm trying to make a UI with a text input box where the user can input paragraphs, including line breaks and hard returns.
I've found the multiline: true parameter, but it doesn't seem to have an effect.
Code: Select all
theString: EditText { text: '" + CLE.theString + "', alignment:['fill','fill'], multiline: true, minimumSize:[240,100] },\
Thank if you can help.
-Ben.