wijmo.input.wijinputmask Namespace > options type : resetOnPrompt Option |
Default value: true
Determines how an input character that matches the prompt character should be handled.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: boolean returnsValue = $(".selector").wijinputmask("option", "resetOnPrompt"); // Set value var newValue; // Type: boolean $(".selector").wijinputmask("option", "resetOnPrompt", newValue); }); |
Javascript (Specification) | |
---|---|
var resetOnPrompt : boolean; |