WebTextField.AutoComplete
From Xojo Documentation
Property (As Boolean )
aWebTextField.AutoComplete = newBooleanValue
or
BooleanValue = aWebTextField.AutoComplete
New in 2011r2
Supported for all project types and targets.
or
BooleanValue = aWebTextField.AutoComplete
New in 2011r2
Supported for all project types and targets.
If True, words are auto-completed as the user types. Supported on iOS.
Example
Enable auto-completing of text entry on iOS browsers: