Roo/bootstrap/MoneyField.js
authorjohn <john@roojs.com>
Wed, 20 Jun 2018 03:13:23 +0000 (11:13 +0800)
committerjohn <john@roojs.com>
Wed, 20 Jun 2018 03:13:23 +0000 (11:13 +0800)
Roo/bootstrap/MoneyField.js

index eff8327..3dda215 100644 (file)
@@ -164,8 +164,6 @@ Roo.extend(Roo.bootstrap.MoneyField, Roo.bootstrap.ComboBox, {
             
         };
         
-        container.cn.push(hiddenInput);
-        
         if (this.fieldLabel.length) {
             var indicator = {
                 tag: 'i',
@@ -246,7 +244,6 @@ Roo.extend(Roo.bootstrap.MoneyField, Roo.bootstrap.ComboBox, {
         });
         
         return cfg;
-        
     },
     
     initEvents : function()