From 3e2040828aaf320f8681c537b464b4a428874f7b Mon Sep 17 00:00:00 2001 From: Alan Date: Wed, 27 Dec 2023 11:33:50 +0800 Subject: [PATCH] fix #7846 - password entry item - with option show pass --- Pman.Login.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Pman.Login.js b/Pman.Login.js index 2b0c12a3..a7b77e23 100644 --- a/Pman.Login.js +++ b/Pman.Login.js @@ -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"}, -- 2.39.2