Wijmo UI for the Web
decimalPlaces Option
wijmo.input.wijinputnumber Namespace > options type : decimalPlaces Option

Default value: 2

Indicates the number of decimal places to display.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  number
    returnsValue = $(".selector").wijinputnumber("option", "decimalPlaces");
    
    // Set value
    var newValue; // Type:  number
    $(".selector").wijinputnumber("option", "decimalPlaces", newValue);
        
});
var decimalPlaces : number;
Remarks
Possible values are integer from -2 to 8.
See Also

Reference

options type
wijinputnumber jQuery Widget