1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-10 21:33:27 +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",
"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