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

check maxLength

This commit is contained in:
Kyle Spearrin
2019-01-14 22:45:12 -05:00
parent 74e4368743
commit 5d8f43ab9a
2 changed files with 5 additions and 3 deletions

View File

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