From 0e23d6d9f1485e3aac1cd98b58dc267ffb0574fb Mon Sep 17 00:00:00 2001 From: Jonathan Prusik Date: Wed, 17 Sep 2025 10:43:53 -0400 Subject: [PATCH] add label-right to the list of checked field attributes when fuzzy matching (#16451) --- apps/browser/src/autofill/services/autofill.service.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/browser/src/autofill/services/autofill.service.ts b/apps/browser/src/autofill/services/autofill.service.ts index 73c91548b54..512690929cc 100644 --- a/apps/browser/src/autofill/services/autofill.service.ts +++ b/apps/browser/src/autofill/services/autofill.service.ts @@ -2513,6 +2513,7 @@ export default class AutofillService implements AutofillServiceInterface { "label-tag", "placeholder", "label-left", + "label-right", "label-top", "label-aria", "dataSetValues", @@ -2609,7 +2610,7 @@ export default class AutofillService implements AutofillServiceInterface { } /** - * Updates a fill script to place the `cilck_on_opid`, `focus_on_opid`, and `fill_by_opid` + * Updates a fill script to place the `click_on_opid`, `focus_on_opid`, and `fill_by_opid` * fill script actions associated with the provided field. * @param {AutofillScript} fillScript * @param {AutofillField} field