ember-single-select

0.2.2 • Public • Published

ember-cli {{single-select}} 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>
{{#single-select id="country" value=country onchange=(action (mut country)) search-by="label code" as |country|}}
  {{country.name}}
{{else}}
  Select a country
{{/single-select}}

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

Installation

  • git clone
  • npm install
  • bower install

Running

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 https://ember-cli.com/.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.2.2
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.2.2
    0
  • 0.2.1
    1
  • 0.2.0
    1

Package Sidebar

Install

npm i ember-single-select

Weekly Downloads

2

Version

0.2.2

License

MIT

Last publish

Collaborators

  • tce