Type Definitions
onPredictCallback(value, item)
Function called after a selection.
Using
this inside it will return the current SlickComplete
Parameters:
| Name | Type | Description |
|---|---|---|
value |
String | The user's input |
item |
SlickCompleteItem | The predicted item |
- Source:
onSelectCallback(item)
Function called after a selection.
Using
this inside it will return the current SlickComplete
Parameters:
| Name | Type | Description |
|---|---|---|
item |
SlickCompleteItem | The selected item |
- Source: