Wijmo UI for the Web
passwordChar Option
wijmo.input.wijinputmask Namespace > options type : passwordChar Option

Default value: ""

Determines the character to be substituted for the actual input characters.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  string
    returnsValue = $(".selector").wijinputmask("option", "passwordChar");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").wijinputmask("option", "passwordChar", newValue);
        
});
var passwordChar : string;
Remarks
This property doesn't take effect when maskFormat property is set to a Regex value.
See Also

Reference

options type
wijinputmask jQuery Widget