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

index 4bd5b00..b9ed9ac 100644 (file)
@@ -19,17 +19,6 @@ Roo.bootstrap.form.Password = function(config){
 
 Roo.extend(Roo.bootstrap.form.Password, Roo.bootstrap.form.Input, {
 
-    getAutoCreate : function()
-    {
-        this.after = {
-            xns : Roo.bootstrap,
-            xtype : 'Button',
-            cls : 'password-toggle'
-        };
-
-        return Roo.bootstrap.form.Password.superclass.getAutoCreate.call(this);
-    },
-
     onRender : function(ct, position)
     {
         Roo.bootstrap.form.SecurePass.superclass.onRender.call(this, ct, position);