jQuery.wijmo.wijcombobox Namespace > options type : highlightMatching Field |
Default value: true
A value that determines whether to highlight the keywords in an item.
Javascript (Usage) | |
---|---|
var value; // Type: boolean value = jQuery.wijmo.wijcombobox.options.highlightMatching; |
Javascript (Specification) | |
---|---|
var highlightMatching : boolean; |