Type String Object TextField Library native.* Revision Release 2024.3703 Keywords keyboard, text input, text field, native text See also object.spellCheckingType
This iOS-only property controls the type of
"UITextAutocorrectionTypeDefault"
"UITextAutocorrectionTypeYes"
"UITextAutocorrectionTypeNo"
Please consult the iOS documentation on UITextAutocorrectionType for an explanation of each behavior.
local field = native.newTextField( 50, 150, 220, 36 ) field.autocorrectionType = "UITextAutocorrectionTypeDefault"