We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 996d683 commit 8812fb4Copy full SHA for 8812fb4
lib/extension.ts
@@ -193,7 +193,7 @@ export const setupPostcodeLookup = (
193
},
194
{
195
getScope: (anchor: HTMLElement) => getParent(anchor, "FORM"),
196
- anchor: outputFields.line_2,
+ anchor: outputFields.line_1,
197
onAnchorFound(options) {
198
const { scope } = options;
199
const targets = getFields(outputFields, scope);
0 commit comments