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

Default value: true

Indicates whether the user is allowed to re-enter literal values.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  boolean
    returnsValue = $(".selector").wijinputmask("option", "skipLiterals");
    
    // Set value
    var newValue; // Type:  boolean
    $(".selector").wijinputmask("option", "skipLiterals", newValue);
        
});
var skipLiterals : boolean;
Remarks
This property doesn't take effect when maskFormat property is set to a Regex value.
See Also

Reference

options type
wijinputmask jQuery Widget