ember-select-light is an Ember Addon focused on simplicity. Just powerful enough to offer expected baseline functionality while being easy to implement, style, and make accessible.
This addon is Octane ready and follows ember-component-pattern's for how to best write a Select Element. Additionally, it was coded completely with TDD (Test-Driven Design) so you can expect quality test coverage!
Getting Started
ember install ember-select-light
Example Usage
<SelectLight
@value="turtle"
@options=(array "turtle" "tortoise")
@change={{action "handleChange"}} />