jQuery.wijmo.wijinputmask Namespace > options type : blurOnLeftRightKey Field |
Default value: 'none'
Determines whether the focus automatically moves to the next or previous tab ordering control when pressing the left, right arrow keys. Possible values are "none", "left", "right", "both". The default value is "none".
Javascript (Usage) | |
---|---|
var value; // Type: string value = jQuery.wijmo.wijinputmask.options.blurOnLeftRightKey; |
Javascript (Specification) | |
---|---|
|