mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
support fuzzy fill other labels. hasValue helper
This commit is contained in:
@@ -6,8 +6,9 @@ export default class AutofillField {
|
||||
htmlID: string;
|
||||
htmlName: string;
|
||||
htmlClass: string;
|
||||
labelRight: string;
|
||||
labelLeft: string;
|
||||
'label-left': string;
|
||||
'label-right': string;
|
||||
'label-top': string;
|
||||
'label-tag': string;
|
||||
placeholder: string;
|
||||
type: string;
|
||||
|
||||
Reference in New Issue
Block a user