A very simple autocomplete component for the Aurelia Framework, with limited functionalities
Simply
<require from="./elements/autocomplete"></require>
and use it in your wiew like this
<autocomplete suggestions.bind="suggestions" property.two-way='myfield'></autocomplete>
where:
suggestions
is an array of suggestions to show
myfield
is the bindable property
No external dependencies
Very small and easily extensible
Very limited functionalities