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

Default value: 'numeric'

Determines the type of the number input. Possible values are: 'numeric', 'percent', 'currency'.

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

Reference

options type
wijinputnumber jQuery Widget