1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-13 06:43:35 +00:00

add label-right to the list of checked field attributes when fuzzy matching (#16451)

This commit is contained in:
Jonathan Prusik
2025-09-17 10:43:53 -04:00
committed by GitHub
parent 508712fb3b
commit 0e23d6d9f1

View File

@@ -2513,6 +2513,7 @@ export default class AutofillService implements AutofillServiceInterface {
"label-tag", "label-tag",
"placeholder", "placeholder",
"label-left", "label-left",
"label-right",
"label-top", "label-top",
"label-aria", "label-aria",
"dataSetValues", "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. * fill script actions associated with the provided field.
* @param {AutofillScript} fillScript * @param {AutofillScript} fillScript
* @param {AutofillField} field * @param {AutofillField} field