Skip to main content
December 17, 2025
Question

1Password filling wrong address form when multiple exist

  • December 17, 2025
  • 0 replies
  • 32 views

Hi, if there's a shipping and billing form on the page, using 1Password to fill my address in the billing form also updates fields on the shipping form.

This is despite the fields having autocomplete "sections" listed in the autocomplete attribute (as per the spec: https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#attr-fe-autocomplete-section)

Here's an example form that illustrates the issue, try filling an address on the billing side, and observe as it also fills some fields on the shipping side.

https://codepen.io/opr/pen/ByKgqJB

Thanks!