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

Default value: 1000000000

Determines the maximum value that can be entered for numeric/percent/currency inputs.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  number
    returnsValue = $(".selector").wijinputnumber("option", "maxValue");
    
    // Set value
    var newValue; // Type:  number
    $(".selector").wijinputnumber("option", "maxValue", newValue);
        
});
var maxValue : number;
See Also

Reference

options type
wijinputnumber jQuery Widget