Wijmo UI for the Web
hidePromptOnLeave Option

Default value: false

Indicates whether the prompt characters in the input mask are hidden when the input loses focus.

Syntax
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;
Remarks
This property doesn't take effect when maskFormat property is set to a Regex value.
Browser Compatibility
7
5
5

See Also

Reference

options type
wijinputmask jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.