@@ -1182,6 +1182,69 @@ Description: "Submit" button
1182
1182
Location: At the bottom of the autofill address demo page - https://mozilla.github.io/form-fill-examples/basic.html
1183
1183
Path to .json: modules/data/address_fill.components.json
1184
1184
```
1185
+ ```
1186
+ Selector Name: name-field
1187
+ Selector Data: "input[autocomplete=name]"
1188
+ Description: Name field
1189
+ Location: Name field on autofill address demo page - https://mozilla.github.io/form-fill-examples/basic.html
1190
+ Path to .json: modules/data/address_fill.components.json
1191
+ ```
1192
+ ```
1193
+ Selector Name: org-field
1194
+ Selector Data: "input[autocomplete=organization]"
1195
+ Description: Organization field
1196
+ Location: Organization field on autofill address demo page - https://mozilla.github.io/form-fill-examples/basic.html
1197
+ Path to .json: modules/data/address_fill.components.json
1198
+ ```
1199
+ ```
1200
+ Selector Name: street-field
1201
+ Selector Data: "input[autocomplete=street-address]"
1202
+ Description: Street field
1203
+ Location: Street field on autofill address demo page - https://mozilla.github.io/form-fill-examples/basic.html
1204
+ Path to .json: modules/data/address_fill.components.json
1205
+ ```
1206
+ ```
1207
+ Selector Name: add-level2-field
1208
+ Selector Data: "input[autocomplete=address-level2]"
1209
+ Description: Address level 2 field
1210
+ Location: Address level 2 field on autofill address demo page - https://mozilla.github.io/form-fill-examples/basic.html
1211
+ Path to .json: modules/data/address_fill.components.json
1212
+ ```
1213
+ ```
1214
+ Selector Name: add-level1-field
1215
+ Selector Data: "input[autocomplete=address-level1]"
1216
+ Description: Address level 1 field
1217
+ Location: Address level 1 field on autofill address demo page - https://mozilla.github.io/form-fill-examples/basic.html
1218
+ Path to .json: modules/data/address_fill.components.json
1219
+ ```
1220
+ ```
1221
+ Selector Name: zip-field
1222
+ Selector Data: "input[autocomplete=postal-code]"
1223
+ Description: Zip field
1224
+ Location: Zip field on autofill address demo page - https://mozilla.github.io/form-fill-examples/basic.html
1225
+ Path to .json: modules/data/address_fill.components.json
1226
+ ```
1227
+ ```
1228
+ Selector Name: country-field
1229
+ Selector Data: "input[autocomplete=country]"
1230
+ Description: Country field
1231
+ Location: Country field on autofill address demo page - https://mozilla.github.io/form-fill-examples/basic.html
1232
+ Path to .json: modules/data/address_fill.components.json
1233
+ ```
1234
+ ```
1235
+ Selector Name: email-field
1236
+ Selector Data: "input[autocomplete=email]"
1237
+ Description: Email field
1238
+ Location: Email field on autofill address demo page - https://mozilla.github.io/form-fill-examples/basic.html
1239
+ Path to .json: modules/data/address_fill.components.json
1240
+ ```
1241
+ ```
1242
+ Selector Name: phone-field
1243
+ Selector Data: "input[autocomplete=tel]"
1244
+ Description: Phone field
1245
+ Location: Phone field on autofill address demo page - https://mozilla.github.io/form-fill-examples/basic.html
1246
+ Path to .json: modules/data/address_fill.components.json
1247
+ ```
1185
1248
#### amo_languages
1186
1249
```
1187
1250
Selector Name: language-addons-title
0 commit comments