ember-select-menu

0.1.8 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i ember-select-menu

Weekly Downloads

2

Version

0.1.8

License

MIT

Last publish

Collaborators

  • tce