9.1.8
- Related to #7282 - Make
onSearchInputevent cancellable. The event args type has been changed toIComboSearchInputEventArgs, which have the following properties:searchText- holds the text typed into the search input,owner- holds a reference to the combo component andcancel- indicates whether the event should be canceled. - API docs enhancement - #7769