wijmo.input.wijinputmask Namespace > options type : autoConvert Option |
Default value: true
Gets whether the control automatically converts to the proper format according to the format setting.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: boolean returnsValue = $(".selector").wijinputmask("option", "autoConvert"); // Set value var newValue; // Type: boolean $(".selector").wijinputmask("option", "autoConvert", newValue); }); |
Javascript (Specification) | |
---|---|
var autoConvert : boolean; |