fix #7846 - password entry item - with option show pass
authorAlan <alan@roojs.com>
Wed, 27 Dec 2023 03:33:50 +0000 (11:33 +0800)
committerAlan <alan@roojs.com>
Wed, 27 Dec 2023 03:33:50 +0000 (11:33 +0800)
Pman.Login.js

index 2b0c12a..a7b77e2 100644 (file)
@@ -350,9 +350,8 @@ Pman.Login =  new Roo.util.Observable({
                 autoCreate : {tag: "input", type: "text", size: "20"}
             }),
 
-            new Roo.form.TextField({
+            new Roo.form.Password({
                 fieldLabel: "Password",
-                inputType: 'password',
                 name: 'password',
                 width:200,
                 autoCreate : {tag: "input", type: "text", size: "20"},