wijmo.input.wijinputdate Namespace > options type : autoNextField Option |
Default value: true
Determines whether to automatically moves to the next field.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: boolean returnsValue = $(".selector").wijinputdate("option", "autoNextField"); // Set value var newValue; // Type: boolean $(".selector").wijinputdate("option", "autoNextField", newValue); }); |
Javascript (Specification) | |
---|---|
var autoNextField : boolean; |