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

Default value: null

Determine the suffix string used for negative value. The default value will depend on the wijinputnumber's type option.

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

Reference

options type
wijinputnumber jQuery Widget