mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
feat: add hidden char count toggle (#341)
Co-authored-by: Thomas Rittson <trittson@bitwarden.com>
This commit is contained in:
committed by
GitHub
parent
78b5f15042
commit
2779cd0966
@@ -10,6 +10,7 @@ export class FieldView implements View {
|
||||
type: FieldType = null;
|
||||
newField = false; // Marks if the field is new and hasn't been saved
|
||||
showValue = false;
|
||||
showCount = false;
|
||||
linkedId: LinkedIdType = null;
|
||||
|
||||
constructor(f?: Field) {
|
||||
|
||||
Reference in New Issue
Block a user