- When you want simple native HTML select box wrapper
- that creates the options for you
- uses closure actions for sending changes
- allows you to use an ember data model as an option value
- ember-power-select
- does not work on the iPad when using pencil
- is a bit of overkill at times
- ember-selectx
- does not work ( at least for me )
- does not create the options for you
git clone <repository-url>
this repositorycd ember-select-box
npm install
ember serve
- Visit your app at http://localhost:4200.
ember test