ISuggestOwner interface
Signature:
export interface ISuggestOwner<T> Methods
| Method | Description |
|---|---|
renderSuggestion(value, el) | Render the suggestion item into DOM. |
selectSuggestion(value, evt) | Called when the user makes a selection. |
1 min read
Signature:
export interface ISuggestOwner<T> | Method | Description |
|---|---|
renderSuggestion(value, el) | Render the suggestion item into DOM. |
selectSuggestion(value, evt) | Called when the user makes a selection. |