- static listen(type, callback) — Listen for events emitted by this object instance. You can also use
the static flavor of this method to listen to events emitted by any
instance of this object.
- construct(hardpoint, control) — Construct a new Typeahead on some "hardpoint". At a minimum, the hardpoint
should be a ##<div>## with "position: relative;" wrapped around a text
##<input>##. The typeahead's dropdown suggestions will be appended to the
hardpoint in the DOM. Basically, this is the bare minimum requirement:
No methods for this task.
- updatePlaceholder() — Boolean. If true (default), the user is permitted to submit the typeahead
with a custom or empty selection. This is a good behavior if the
typeahead is attached to something like a search input, where the user
might type a freeform query or select from a list of suggestions.
However, sometimes you require a specific input (e.g., choosing which
user owns something), in which case you can prevent null selections.
No methods for this task.
No methods for this task.
No methods for this task.