Roo/bootstrap/NumberField.js
authorjohn <john@roojs.com>
Thu, 7 Jun 2018 09:26:37 +0000 (17:26 +0800)
committerjohn <john@roojs.com>
Thu, 7 Jun 2018 09:26:37 +0000 (17:26 +0800)
Roo/bootstrap/NumberField.js

index 2ed0fa3..65a052d 100644 (file)
@@ -229,12 +229,12 @@ Roo.extend(Roo.bootstrap.NumberField, Roo.bootstrap.Input, {
         }
         
         return x1 + x2;
-    // },
-    // 
-    // inputEl: function ()
-    // {
-    //     return this.el.select('input.form-hidden-field',true).first();
-    // }
+    },
+    
+    inputEl: function ()
+    {
+        return this.el.select('input.form-hidden-field',true).first();
+    }
     
 });