1.1.0 • Published 9 years ago
ember-power-select-form v1.1.0
Ember-Power-Select-Form
This addon provides the ability to embed a form into an ember-power-select component. This design provides a unified way to list all of the selected values for different datasets in a single multi-select component. This same multi-select component UI design is used on the Twitter Analytics website on the Audiences report page.

Addon Architecture
- Overrides
triggerComponentto be read-only (no filtering) - Only uses the
selectedoption for managing items (optionsis not used at all) - Create your own
optionsComponentfor embedding a form - Uses the
onchangeevent to update theselectedoptions after form submission - Only works for
power-select-multiplenot a single select
Example
Checkout the example ember app in the tests/dummy to see how to use this component.
Installation
git clone <repository-url>this repositorycd ember-power-select-formnpm installbower install
Running
ember serve- Visit your app at http://localhost:4200.
Running Tests
npm test(Runsember try:eachto test your addon against multiple Ember versions)ember testember test --server
Building
ember build
For more information on using ember-cli, visit http://ember-cli.com/.