1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 16:23:44 +00:00

detect fields from label-aria

This commit is contained in:
Kyle Spearrin
2018-11-24 22:54:30 -05:00
parent c8075e7aa7
commit b72105b9e0
2 changed files with 7 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ export default class AutofillField {
'label-right': string;
'label-top': string;
'label-tag': string;
'label-aria': string;
placeholder: string;
type: string;
value: string;