An easy way to add keyword autocompletion to existing input/textarea elements
ember-keyword-complete demo + docs
Note: this project is currently wip so the api can (and probably will) change.
Installing this addon is as easy as:
ember install ember-keyword-complete
In order to break control whether the component breaks on spaces simply set the breakOnSpaces property to false.
Great for Facebook tags.
{{#keyword-complete dataSources=ds breakOnSpaces=false}}
This README outlines the details of collaborating on this Ember addon.
git clone <repository-url>this repositorycd ember-keyword-completenpm installbower install
ember serve- Visit your app at http://localhost:4200.
npm test(Runsember try:eachto test your addon against multiple Ember versions)ember testember test --server
ember build
For more information on using ember-cli, visit https://ember-cli.com/.