native.newTextField - does not wrap?

Using this code:

local textField = native.newTextField( centerX-130, 100, 260, 60, fieldHandler )  
textField.text = message  

The text just ends up on one line, running out of the view, instead of wrapping at the 260 width I specified. Is this a bug or is there some way to make text wrap in a text field? [import]uid: 52127 topic_id: 19245 reply_id: 319245[/import]

Textfields generally aren’t supposed to wrap. They are one-line entry fields. Use TextBox for wrapping text.
[import]uid: 7563 topic_id: 19245 reply_id: 74326[/import]