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

Default value: false

Determins whether or not the next control in the tab order receives the focus as soon as the control is filled at the last character.

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

Reference

options type
wijinputdate jQuery Widget