Wijmo UI for the Web
keyDelay Option
wijmo.input.wijinputdate Namespace > options type : keyDelay Option

Default value: 800

Determines the time span, in milliseconds, between two input intentions.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  number
    returnsValue = $(".selector").wijinputdate("option", "keyDelay");
    
    // Set value
    var newValue; // Type:  number
    $(".selector").wijinputdate("option", "keyDelay", newValue);
        
});
var keyDelay : number;
Remarks
when press a keyboard, and the widget will delay a time and then handle the next keyboard press. Use this option to control the speed of the key press.
See Also

Reference

options type
wijinputdate jQuery Widget