autoCorrectionType

Typeproperty
Dictionaryandroid.field
LibraryAndroid Native Field
Syntax
set the autoCorrectionType of <widget> to <pType>
get the autoCorrectionType of <widget>
Associationscom.livecode.widget.native.android.field
Summary

The auto-correction behavior of the field widget.

OSandroid
Example
set the autoCorrectionType of widget "Android Field" to "no"
Values
NameTypeDescription
Value
  • "default": use the appropriate auto-correct behavior for the current script system
  • "no": disable auto-correct behavior
  • "yes": enable auto-correct behavior
Description

Use the autoCorrectionType property to determine whether auto-correct behavior should be enabled.