PopoverSuggest class
Base class for adding a type-ahead popover.
Signature:
export abstract class PopoverSuggest<T> implements ISuggestOwner<T>, CloseableComponent Implements: ISuggestOwner<T>, CloseableComponent
Constructors
| Constructor | Modifiers | Description |
|---|---|---|
(constructor)(app, scope) | Constructs a new instance of the PopoverSuggest class |
Properties
Methods
| Method | Modifiers | Description |
|---|---|---|
close() | ||
open() | ||
renderSuggestion(value, el) | abstract | |
selectSuggestion(value, evt) | abstract |