Wijmo UI for the Web
highlightMatching Option
wijmo.combobox.wijcombobox Namespace > options type : highlightMatching Option

Default value: true

A value that determines whether to highlight the keywords in an item.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  boolean
    returnsValue = $(".selector").wijcombobox("option", "highlightMatching");
    
    // Set value
    var newValue; // Type:  boolean
    $(".selector").wijcombobox("option", "highlightMatching", newValue);
        
});
var highlightMatching : boolean;
Remarks
If "abc" is typed in the textbox, all "abc" matches are highlighted in the drop-down list.
See Also

Reference

options type
wijcombobox jQuery Widget