Multiline input textfields

Does anyone have a work around to the multi line text input limitations? This is a make it or break it for using Corona for this app. I’m creating a workbook style e-Reader where the user can input answers to questions.

Thanks for any help. [import]uid: 11144 topic_id: 11515 reply_id: 311515[/import]

This is also a make or break feature for my next app. Any word? [import]uid: 22392 topic_id: 11515 reply_id: 44070[/import]

nothing. I’m working on a crappy workaround where I create a native textfield, have the user imput the text, then before the textfield closers, essentially copy/paste the info into a new display.newText displayed on the screen. Crappy, but could suite my needs. [import]uid: 11144 topic_id: 11515 reply_id: 44918[/import]

Make that, I use the CrawlSpaceLibrary to create a newText Paragraph where it automatically wraps the next. [import]uid: 11144 topic_id: 11515 reply_id: 44983[/import]