jQuery.wijmo.wijinputmask Namespace > options type : hideEnter Field |
Default value: false
If true, then the browser response is disabled when the ENTER key is pressed.
Javascript (Usage) | |
---|---|
var value; // Type: boolean value = jQuery.wijmo.wijinputmask.options.hideEnter; |
Javascript (Specification) | |
---|---|
var hideEnter : boolean; |