wijmo.combobox.wijcombobox Namespace > options type : forceSelectionText Option |
Default value: false
A value that determines whether to check the input text against the text of the selected item when the focus blurs.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: boolean returnsValue = $(".selector").wijcombobox("option", "forceSelectionText"); // Set value var newValue; // Type: boolean $(".selector").wijcombobox("option", "forceSelectionText", newValue); }); |
Javascript (Specification) | |
---|---|
var forceSelectionText : boolean; |