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

Default value: true

Determines how an input character that matches the prompt character should be handled.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  boolean
    returnsValue = $(".selector").wijinputmask("option", "resetOnPrompt");
    
    // Set value
    var newValue; // Type:  boolean
    $(".selector").wijinputmask("option", "resetOnPrompt", newValue);
        
});
var resetOnPrompt : 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