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

Default value: false

Determines 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").wijinputtext("option", "blurOnLastChar");
    
    // Set value
    var newValue; // Type:  boolean
    $(".selector").wijinputtext("option", "blurOnLastChar", newValue);
        
});
var blurOnLastChar : boolean;
See Also

Reference

options type
wijinputtext jQuery Widget