jQuery.wijmo.wijcombobox Namespace > options type : forceSelectionText Field |
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) | |
---|---|
var value; // Type: boolean value = jQuery.wijmo.wijcombobox.options.forceSelectionText; |
Javascript (Specification) | |
---|---|
var forceSelectionText : boolean; |