wijmo.input.wijinputdate Namespace > options type : allowSpinLoop Option |
Default value: false
Determines whether the spin behavior can wrap when reaching a maximum or minimum limit.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: bool returnsValue = $(".selector").wijinputdate("option", "allowSpinLoop"); // Set value var newValue; // Type: bool $(".selector").wijinputdate("option", "allowSpinLoop", newValue); }); |
Javascript (Specification) | |
---|---|
|