From: Edward Date: Tue, 23 Apr 2013 04:24:48 +0000 (+0800) Subject: widgets/SecurePass.js X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=04e83082f8a56e7adf85d5b50fb04014dd24d2c4 widgets/SecurePass.js --- diff --git a/widgets/SecurePass.js b/widgets/SecurePass.js index 9727aa97..bf66dd69 100644 --- a/widgets/SecurePass.js +++ b/widgets/SecurePass.js @@ -74,7 +74,7 @@ Ext.extend(Ext.form.SecurePass, Ext.form.TextField, { if(this.inputType == 'password'){ this.el.on('keydown',function(event){ if(event.getKey() == 8){ - Roo.log(this.getValue()); + Roo.log(this.getValue().length); event.preventDefault(); this.setValue(''); };