native.newTextField - disable autocorrect

I don’t see anything in the API docs, but does anyone know if there’s a way to disable autocorrect (iOS specifically) on a native.newTextField.
Scott
[import]uid: 31041 topic_id: 35548 reply_id: 335548[/import]

There currently isn’t a way to disable auto correct, though we did disable auto caps on the email keyboard in a recent daily build.

If this is a feature you want go vote on it at:

http://feedback.coronalabs.com
[import]uid: 199310 topic_id: 35548 reply_id: 141331[/import]

Thanks Rob; A workaround I’ve implemented is to record the current value of the text field at every ‘editing’ event and use the last value from that instead of using the value after the ‘submitted’ event. It doesn’t prevent the autosuggest from appearing, but it does keep it from automatically accepting.
[import]uid: 31041 topic_id: 35548 reply_id: 141338[/import]

There currently isn’t a way to disable auto correct, though we did disable auto caps on the email keyboard in a recent daily build.

If this is a feature you want go vote on it at:

http://feedback.coronalabs.com
[import]uid: 199310 topic_id: 35548 reply_id: 141331[/import]

Thanks Rob; A workaround I’ve implemented is to record the current value of the text field at every ‘editing’ event and use the last value from that instead of using the value after the ‘submitted’ event. It doesn’t prevent the autosuggest from appearing, but it does keep it from automatically accepting.
[import]uid: 31041 topic_id: 35548 reply_id: 141338[/import]