Please consider using this fork: https://github.com/bekzod/ember-slack-search-input
This repo is not under active development, we are now using the above version instead.
Option | Detail |
---|---|
placeholder | Simple placeholder displayed when input has no value |
modifierConfig | Config object used for getting modifiers |
inputValue | Initial and bound value of input |
valueChange | Fired when inputValue changes (arguments: 1:newValue) |
modifierAutoComplete | Fired when the modifier has a valid value (arguments: 1:newValue, 2:modifierValue) |
ember install ember-tag-search-input
git clone https://github.com/inprod/ember-tag-search-input.git
npm install
bower install
ember server
- Visit your app at http://localhost:4200.
ember build
For more information on using ember-cli, visit http://www.ember-cli.com/.