mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
Added missing member, showValue to Field (#195)
This commit is contained in:
@@ -9,6 +9,7 @@ export class FieldView implements View {
|
|||||||
value: string = null;
|
value: string = null;
|
||||||
type: FieldType = null;
|
type: FieldType = null;
|
||||||
newField: boolean = false; // Marks if the field is new and hasn't been saved
|
newField: boolean = false; // Marks if the field is new and hasn't been saved
|
||||||
|
showValue: boolean = false;
|
||||||
|
|
||||||
constructor(f?: Field) {
|
constructor(f?: Field) {
|
||||||
if (!f) {
|
if (!f) {
|
||||||
|
|||||||
Reference in New Issue
Block a user