wijmo.input.wijinputmask Namespace > options type : hidePromptOnLeave Option |
Default value: false
Indicates whether the prompt characters in the input mask are hidden when the input loses focus.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: boolean returnsValue = $(".selector").wijinputmask("option", "hidePromptOnLeave"); // Set value var newValue; // Type: boolean $(".selector").wijinputmask("option", "hidePromptOnLeave", newValue); }); |
Javascript (Specification) | |
---|---|
var hidePromptOnLeave : boolean; |