You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The two types of autofill preferences behave differently when toggling between enable and disable.
59
-
If general autofill is enabled:
60
-
* General data will be saved
61
-
* Upon clicking on the form field, suggestions will appear.
62
-
* Clicking on one of the suggestions will populate the corresponding fields.
63
-
64
-
If general autofill is disabled
65
-
* No new general data will be saved.
66
-
* Upon clicking on the form field, suggestions will not appear.
67
-
68
-
If password autofill is enabled
69
-
* Password data will be autostuffed.
70
-
* Upon clicking on the form field, suggestions will appear.
71
-
* Clicking on one of the suggestions will populate the corresponding fields.
72
-
* Upon submitting the password data, a save password prompt will be displayed that will give the user the option to save or update the password data. If the user selects `Yes`, the new password data will be saved or updated depending on if they have previously entered password data while password autofill is enabled.
73
-
74
-
If password autofill is disabled
75
-
* The password data will be autostuffed.
76
-
* Upon clicking on the form field, suggestions will appear.
77
-
* Clicking on one of the suggestions will populate the corresponding fields.
78
-
* Upon submitting the password data, no save password prompt will be displayed and no password information is saved or updated.
79
-
80
-
81
57
# API Notes
82
58
See [API Details](#api-details) section below for API reference.
0 commit comments