0.1.8 • Published 9 years ago

ember-select-menu v0.1.8

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

ember-cli {{select-menu}} Build Status

A simplified interface for custom select widgets. The handlebars is straightforward and easy to read:

<label for="country">Where are you from?</label>
{{#select-menu id="country" prompt="Select a country" value=country search-by="label code"}}
  {{#each it in countries}}
    {{select-option value=it label=it.name code=it.code}}
  {{/each}}
{{/select-menu}}

This addon comes with baked in WAI-ARIA support for screen readers, keyboard navigation and keyboard search.

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

0.1.8

9 years ago

0.1.7

9 years ago

0.1.6

9 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.11

10 years ago

0.0.10

10 years ago

0.0.9

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago