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

Default value: false

If true, then the browser response is disabled when the ENTER key is pressed.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  boolean
    returnsValue = $(".selector").wijinputmask("option", "hideEnter");
    
    // Set value
    var newValue; // Type:  boolean
    $(".selector").wijinputmask("option", "hideEnter", newValue);
        
});
var hideEnter : boolean;
See Also

Reference

options type
wijinputmask jQuery Widget