0.2.2 • Published 8 years ago
ember-single-select v0.2.2
ember-cli {{single-select}} 
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 clonenpm installbower install
Running
ember serve- Visit your app at http://localhost:4200.
Running Tests
npm test(Runsember try:eachto test your addon against multiple Ember versions)ember testember test --server
Building
ember build
For more information on using ember-cli, visit https://ember-cli.com/.