Skip to content

A very simple and limited autocomplete component for the Aurelia Framework

Notifications You must be signed in to change notification settings

giuliogatto/aurelia-autocomplete

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

aurelia-autocomplete

A very simple autocomplete component for the Aurelia Framework, with limited functionalities

How to use

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

Pros

No external dependencies

Very small and easily extensible

Cons

Very limited functionalities

About

A very simple and limited autocomplete component for the Aurelia Framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published