Roo/form/Field.js
authorAlan Knowles <alan@roojs.com>
Tue, 30 Jul 2013 05:05:21 +0000 (13:05 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 30 Jul 2013 05:05:21 +0000 (13:05 +0800)
Roo/form/Field.js

index e63e092..2e3322f 100644 (file)
@@ -450,9 +450,7 @@ side          Add an error icon to the right of the field with a popup on hover
      */
     getRawValue : function(){
         var v = this.el.getValue();
-        if(v === this.emptyText){
-            v = '';
-        }
+        
         return v;
     },