WebTextField.AllowAutoComplete

From Xojo Documentation

Property (As Boolean )
aWebTextField.AllowAutoComplete = newBooleanValue
or
BooleanValue = aWebTextField.AllowAutoComplete

New in 2020r1

Supported for all project types and targets.

If True, enables the autocomplete feature to complete text entries. The default is False.

Sample Code

Me.AllowAutoComplete = True