generalAutofillEnabled property

bool? generalAutofillEnabled
getter/setter pair

Specifies whether autofill for information like names, street and email addresses, phone numbers, and arbitrary input is enabled.

This excludes password and credit card information. When generalAutofillEnabled is false, no suggestions appear, and no new information is saved. When generalAutofillEnabled is true, information is saved, suggestions appear and clicking on one will populate the form fields. It will take effect immediately after setting.

The default value is true.

Officially Supported Platforms/Implementations:

Implementation

bool? generalAutofillEnabled;