Hi, > Actually, the fix can probably be simplified to replacing the original: > e.type = 'password’; > with > e.type = value ? 'password' : 'text’;
Not quite as in one case e is derived from the the TextInput passed in, the other it’s derived from the existing stand as null is passed in. Thanks, Justin