Skip to main content

ISuggestOwner

Methods

renderSuggestion

renderSuggestion: (value: T, el: HTMLElement) => void

Render the suggestion item into DOM.

selectSuggestion

selectSuggestion: (value: T, evt: MouseEvent | KeyboardEvent) => void

Called when the user makes a selection.