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

index 16a24ad..f72bf59 100644 (file)
@@ -30,7 +30,7 @@ Roo.extend(Roo.form.Password, Roo.form.TextField,  {
     {
         Roo.form.Password.superclass.initEvents.call(this, ct, position);
 
-        this.el.on('keyup', this.filterValidation, this);
+        this.el.on('paste', this.onPaste, this);
     },
     
     parentEl : function()