From: Alan Date: Wed, 27 Dec 2023 03:33:50 +0000 (+0800) Subject: fix #7846 - password entry item - with option show pass X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=3e2040828aaf320f8681c537b464b4a428874f7b fix #7846 - password entry item - with option show pass --- 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"},