You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`onSearchStart`|`function (params) {}` called before Ajax request. `this` is bound to input element |
49
-
|`onHint`|`function (container) {}` used to change input value to first suggestion automatically |
49
+
|`onHint`|`function (hint) {}` used to change input value to first suggestion automatically |
50
50
|`onSearchComplete`|`function (query, suggestions) {}` called after Ajax response is processed. `this` is bound to input element. `suggestions` is an array containing the results |
51
51
|`transformResult`|`function(response, originalQuery) {}` called after the result of the query is ready. Converts the result into response.suggestions format |
52
52
|`onSelect`|`function (suggestion) {}` Callback function invoked when user selects suggestion from the list. `this` inside callback refers to input HtmlElement.|
0 commit comments