Wijmo UI for the Web
resetOnPrompt Option

Default value: true

Determines how an input character that matches the prompt character should be handled.

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