Ember-select-combo
Pure Ember replacement for chosen and select2. Multiple selection is not currently supported. This is an early prototype and it's not well tested yet. Pull request are welcome.
Integration to your ember app
- ember install:addon ember-select-combo
Usage
- Compatible with Ember.Select
- Component name is
select-combo
- Ember-Data compatible
*example:
{{ember-select value=userId content=users optionValuePath='content.id' optionLabelPath='content.name'}}
Installation
git clone
this repositorynpm install
bower install
Running
Running Tests
ember test
ember test --server
Building
For more information on using ember-cli, visit http://www.ember-cli.com/.
MIT licence