wijmo.combobox.wijcombobox Namespace > options type : autoComplete Option |
Default value: true
A value that determines whether to start the auto-complete function after typing in the text if a match exists.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: boolean returnsValue = $(".selector").wijcombobox("option", "autoComplete"); // Set value var newValue; // Type: boolean $(".selector").wijcombobox("option", "autoComplete", newValue); }); |
Javascript (Specification) | |
---|---|
var autoComplete : boolean; |