jQuery.wijmo.wijinputmask Namespace > options type : hidePromptOnLeave Field |
Default value: false
Indicates whether the prompt characters in the input mask are hidden when the input loses focus.
Javascript (Usage) | |
---|---|
var value; // Type: boolean value = jQuery.wijmo.wijinputmask.options.hidePromptOnLeave; |
Javascript (Specification) | |
---|---|
var hidePromptOnLeave : boolean; |