Wijmo UI for the Web
hidePromptOnLeave Option
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.

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