Wijmo UI for the Web
highlightMatching Field
wijmo.combobox Namespace > WijComboboxOptions Interface : highlightMatching Field

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

Syntax
var instance; // Type: wijmo.combobox.WijComboboxOptions;
var value; // Type: boolean
value = instance.highlightMatching;
var highlightMatching : boolean;
Remarks
If "abc" is typed in the textbox, all "abc" matches are highlighted in the drop-down list.
See Also

Reference

WijComboboxOptions Interface