jQuery.wijmo.wijinputdate Namespace > options type : blurOnLastChar Field |
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.
Javascript (Usage) | |
---|---|
var value; // Type: boolean value = jQuery.wijmo.wijinputdate.options.blurOnLastChar; |
Javascript (Specification) | |
---|---|
var blurOnLastChar : boolean; |