🚀 DAY 5 OF LAUNCH WEEK:Introducing Webhook Events for Alert Changes.Learn more →
Socket
Book a DemoInstallSign in
Socket

ember-power-select-form

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-power-select-form

Addon for embedding a form into a multi-select component

latest
Source
npmnpm
Version
1.1.0
Version published
Maintainers
1
Created
Source

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.

power select form screenshot

Addon Architecture

  • Overrides triggerComponent to be read-only (no filtering)
  • Only uses the selected option for managing items (options is not used at all)
  • Create your own optionsComponent for embedding a form
  • Uses the onchange event to update the selected options after form submission
  • Only works for power-select-multiple not 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 repository
  • cd ember-power-select-form
  • npm install
  • bower install

Running

  • ember serve
  • Visit your app at http://localhost:4200.

Running Tests

  • npm test (Runs ember try:each to test your addon against multiple Ember versions)
  • ember test
  • ember test --server

Building

  • ember build

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

Keywords

ember-addon

FAQs

Package last updated on 04 Apr 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts