Changed Roo/bootstrap/form/Password.js
authorleon <leon@roojs.com>
Mon, 15 May 2023 05:04:29 +0000 (13:04 +0800)
committerleon <leon@roojs.com>
Mon, 15 May 2023 05:04:29 +0000 (13:04 +0800)
Roo/bootstrap/form/Password.js

index 02cc921..df786c9 100644 (file)
@@ -30,6 +30,11 @@ Roo.extend(Roo.bootstrap.form.Password, Roo.bootstrap.form.Input, {
         return Roo.bootstrap.form.Password.superclass.getAutoCreate.call(this);
     },
 
+    onRender : function(ct, position)
+    {
+        Roo.bootstrap.form.SecurePass.superclass.onRender.call(this, ct, position);
+    },
+
     initEvents : function()
     {   
         Roo.bootstrap.form.Password.superclass.initEvents.call(this);