Roo/bootstrap/NumberField.js
authoredward <edward@roojs.com>
Tue, 24 Apr 2018 09:35:08 +0000 (17:35 +0800)
committeredward <edward@roojs.com>
Tue, 24 Apr 2018 09:35:08 +0000 (17:35 +0800)
Roo/bootstrap/NumberField.js

index 1519020..1a6ac8b 100644 (file)
@@ -138,7 +138,7 @@ Roo.extend(Roo.bootstrap.NumberField, Roo.bootstrap.Input, {
 
     getValue : function()
     {
-        return this.fixPrecision(this.parseValue(this.getRawValue()));
+        return this.fixPrecision(this.parseValue(Roo.bootstrap.NumberField.superclass.getValue.call(this)));
     },
 
     parseValue : function(value)