wijmo.input.wijinputmask Namespace > options type : skipLiterals Option |
Default value: true
Indicates whether the user is allowed to re-enter literal values.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: boolean returnsValue = $(".selector").wijinputmask("option", "skipLiterals"); // Set value var newValue; // Type: boolean $(".selector").wijinputmask("option", "skipLiterals", newValue); }); |
Javascript (Specification) | |
---|---|
var skipLiterals : boolean; |