Wijmo UI for the Web
search Method
wijmo.combobox Namespace > wijcombobox type : search Method
Text to search in the drop-down list.
The jquery event object.
Searches the wijcombobox drop-down list for the specified value.
Syntax
$(function () {
    var returnsValue; // Type:  any
    // Parameters
    var value; // Type:  string
    var eventObj; // Type:  object
    
    returnsValue = $(".selector").wijcombobox("search", value, eventObj);
});
function search( 
   value : string,
   eventObj : object
) : any;

Parameters

value
Text to search in the drop-down list.
eventObj
The jquery event object.
See Also

Reference

wijcombobox type
wijcombobox jQuery Widget