TIWCGJQMultiSelectOptions.OnMultiSelectSearch Property

Event triggered before the search filter is executed. This event make it possible to modify the search query without affecting the user text input field value.

Namespace: IWCGJQMultiSelect
published
 property OnMultiSelectSearch: TIWCGJSonFunc index 15 read GetFuncValue write SetFuncValue stored IsFuncStored;

Property Value

 

This event receive 2 parameters "evt" and "ui", how you can use them:

  • ui.text - {string|null} the search query, can be modified to change the search query
  • evt.preventDefault() - to cancel the search at this time
Note

These properties can be used in BrowserParam list.