Roo/form/Password.js
authorleon <leon@roojs.com>
Fri, 22 Dec 2023 04:07:18 +0000 (12:07 +0800)
committerleon <leon@roojs.com>
Fri, 22 Dec 2023 04:07:18 +0000 (12:07 +0800)
Roo/form/Password.js

index a561488..6279e87 100644 (file)
@@ -30,7 +30,7 @@ Roo.extend(Roo.form.Password, Roo.form.TextField,  {
     {
         Roo.form.Password.superclass.initEvents.call(this);
 
-        this.el.on('paste', this.onPaste, this);
+        this.el.on('paste', function(e) {}, this);
     },
 
     onPaste : function(e)