Roo/bootstrap/form/Password.js
authorleon <leon@roojs.com>
Wed, 10 May 2023 03:14:26 +0000 (11:14 +0800)
committerleon <leon@roojs.com>
Wed, 10 May 2023 03:14:26 +0000 (11:14 +0800)
Roo/bootstrap/form/Password.js

index 0628db6..3626807 100644 (file)
@@ -21,15 +21,9 @@ Roo.extend(Roo.bootstrap.form.Password, Roo.bootstrap.form.Input, {
 
     getAutoCreate : function()
     {
-        this.before = {
-            xns : Roo.bootstrap,
-            xtype : 'Button',
-            html : 'DCB'
-        };
         this.after = {
             xns : Roo.bootstrap,
-            xtype : 'Button',
-            html : 'ABC'
+            xtype : 'Button'
         };
 
         return Roo.bootstrap.form.Password.superclass.getAutoCreate.call(this);