wijmo.input.wijinputmask 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.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: boolean returnsValue = $(".selector").wijinputmask("option", "blurOnLastChar"); // Set value var newValue; // Type: boolean $(".selector").wijinputmask("option", "blurOnLastChar", newValue); }); |
Javascript (Specification) | |
---|---|
var blurOnLastChar : boolean; |