Roo/form/TextField.js
authorEdward <edward@roojs.com>
Tue, 18 Feb 2014 08:56:42 +0000 (16:56 +0800)
committerEdward <edward@roojs.com>
Tue, 18 Feb 2014 08:56:42 +0000 (16:56 +0800)
Roo/form/TextField.js

index 4af5627..c539cf9 100644 (file)
@@ -218,6 +218,7 @@ Roo.extend(Roo.form.TextField, Roo.form.Field,  {
                 this.clearInvalid();
                 return true;
              }else{
+                 Roo.log('run mark Invalid');
                 this.markInvalid(this.blankText);
                 return false;
              }