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

Default value: false

Indicates whether promptChar can be entered as valid data by the user.

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