Ember Tag Search Input
Demo
Basic Usage
{{tag-search-input
placeholder='Search for objects'
modifierConfig=config
inputValue=model.queryString
valueChange=(action 'searchValueChange')
modifierAutoComplete=(action 'modifierAutoComplete')
}}
Component Options
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) |
Install
ember install ember-tag-search-input
Development
git clone https://github.com/inprod/ember-tag-search-input.git
npm install
bower install
ember server
- Visit your app at http://localhost:4200.
Building
For more information on using ember-cli, visit http://www.ember-cli.com/.