ember-select-combo

0.0.3 • Public • Published

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 repository
  • npm install
  • bower install

Running

Running Tests

  • ember test
  • ember test --server

Building

  • ember build

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

MIT licence

Package Sidebar

Install

npm i ember-select-combo

Weekly Downloads

1

Version

0.0.3

License

MIT

Last publish

Collaborators

  • turbo_mack