Wijmo UI for the Web
hideEnter Option
wijmo.input.wijinputdate 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").wijinputdate("option", "hideEnter");
    
    // Set value
    var newValue; // Type:  boolean
    $(".selector").wijinputdate("option", "hideEnter", newValue);
        
});
var hideEnter : boolean;
See Also

Reference

options type
wijinputdate jQuery Widget