Socket
Socket
Sign inDemoInstall

ember-select-combo

Package Overview
Dependencies
0
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    ember-select-combo

The default blueprint for ember-cli addons.


Version published
Weekly downloads
1
Maintainers
1
Install size
39.3 kB
Created
Weekly downloads
 

Readme

Source

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

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

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

Keywords

FAQs

Last updated on 06 Feb 2015

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc