1.0.1 • Published 8 years ago
ember-keyword-complete v1.0.1
Ember-keyword-complete
An easy way to add keyword autocompletion to existing input/textarea elements
ember-keyword-complete demo + docs
Usage
Installing this addon is as easy as:
ember install ember-keyword-completeIn 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.
Installation
git clone <repository-url>this repositorycd ember-keyword-completenpm installbower install
Running
ember serve- Visit your app at http://localhost:4200.
Running Tests
npm test(Runsember try:eachto test your addon against multiple Ember versions)ember testember test --server
Building
ember build
For more information on using ember-cli, visit https://ember-cli.com/.