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

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