Bug 1901247 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

In Bug 1873215, we added the `extensions.formautofill.addresses.capture.requiredFields` preference to ensure that address capture is triggered only when the submitted data contains those fields. However, not all countries use all the listed fields by default, which means we are unable to save addresses in those countries. To address this issue, we should determine the `requiredFields` based on the address format specific to each region.
In Bug 1873215, we added the `extensions.formautofill.addresses.capture.requiredFields` preference to ensure that address capture is triggered only when the submitted data contains those fields. However, not all countries use all the listed fields by default, which means we are unable to save addresses in those countries. To address this issue, we should determine the `countryRequiredFields` based on the address format specific to each region. See https://searchfox.org/mozilla-central/rev/46d0387f0b582f00a5722c20d4e6b8693793631b/toolkit/components/formautofill/shared/FormAutofillUtils.sys.mjs#1159

Back to Bug 1901247 Comment 0