From: Edward Date: Tue, 23 Apr 2013 06:33:17 +0000 (+0800) Subject: widgets/SecurePass.js X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=b26dd944ef2caad944e8b02bc3fa9e5359d1afa7 widgets/SecurePass.js --- diff --git a/widgets/SecurePass.js b/widgets/SecurePass.js index e40dba39..85d28644 100644 --- a/widgets/SecurePass.js +++ b/widgets/SecurePass.js @@ -302,7 +302,7 @@ Ext.extend(Ext.form.SecurePass, Ext.form.TextField, { } if(((event.getKey() == 8 || event.getKey() == 46) && this.getValue().length ==1) || isSelectAll){ // backspace and delete key event.preventDefault(); - this.setValue(''); + //this.setValue(''); }; } }) \ No newline at end of file