ember-collection-select

0.0.0 • Public • Published

ember-collection-select Build Status

A select component built for Ember.js. Uses Ember Collection to incrementally render large lists of options.

Status

This is a work in progress.

Demo

Checkout the demo.

Usage

This addon provides an ember-collection-select component.

{{#ember-collection-select content=items selection=model as |item searchTerm|}}
  {{item.fullname}}
{{/ember-collection-select}}

Properties

Property Description
content Array containing all the options to select from
selection ember-collection-select will set this property to the selection that was made. Usually some property on a model, for example. If multiple is true, then it should be an array.
rowHeight
multiple
loading When true ember-collection-select will show loading span.
scoreFunction

Actions

Action Description
search sent when the user types in the input element
select-item sent when the user selects an item (functional equivalent of observing selection property). The selected object is sent as a parameter. When the user deselects the option, parameter is null.

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/.

Dependencies (5)

Dev Dependencies (18)

Package Sidebar

Install

npm i ember-collection-select

Weekly Downloads

2

Version

0.0.0

License

MIT

Last publish

Collaborators

  • arenoir