wijmo.combobox.wijcombobox Namespace > options type : delay Option |
Default value: 300
A value that determines the duration (in milliseconds) of the time to delay before autocomplete begins after typing stops.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: number returnsValue = $(".selector").wijcombobox("option", "delay"); // Set value var newValue; // Type: number $(".selector").wijcombobox("option", "delay", newValue); }); |
Javascript (Specification) | |
---|---|
|