jQuery.wijmo.wijinputmask Namespace > options type : resetOnPrompt Field |
Default value: true
Determines how an input character that matches the prompt character should be handled.
Javascript (Usage) | |
---|---|
var value; // Type: boolean value = jQuery.wijmo.wijinputmask.options.resetOnPrompt; |
Javascript (Specification) | |
---|---|
var resetOnPrompt : boolean; |