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

Default value: true

Gets whether the control automatically converts to the proper format according to the format setting.

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

Reference

options type
wijinputtext jQuery Widget