1.0.1 • Published 6 years ago

ember-keyword-complete v1.0.1

Weekly downloads
381
License
MIT
Repository
github
Last release
6 years ago

Ember-keyword-complete

npm version Build Status Ember Observer Score

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-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.

Installation

  • git clone <repository-url> this repository
  • cd ember-keyword-complete
  • npm install
  • bower install

Running

Running Tests

  • npm test (Runs ember try:each to test your addon against multiple Ember versions)
  • ember test
  • ember test --server

Building

  • ember build

For more information on using ember-cli, visit https://ember-cli.com/.

1.0.1

6 years ago

1.0.0

7 years ago

0.3.2

7 years ago

0.3.1

8 years ago

0.3.0

8 years ago

0.2.1

8 years ago

0.0.0

8 years ago

0.2.0

8 years ago

0.1.0

8 years ago