1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 16:53:34 +00:00

Ability to auto-fill span elements (#2095)

* ability to autofill span elements

* add modification comments
This commit is contained in:
Kyle Spearrin
2021-09-30 16:02:13 -04:00
committed by GitHub
parent 1619fe533e
commit 812741219d
4 changed files with 65 additions and 5 deletions

View File

@@ -21,4 +21,5 @@ export default class AutofillField {
autoCompleteType: string;
selectInfo: any;
maxLength: number;
tagName: string;
}