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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user