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.gitnpm installbower installember server- Visit your app at http://localhost:4200.
ember build
For more information on using ember-cli, visit http://www.ember-cli.com/.
