Skip to content

Ember component that wraps native HTML <select> that works with Ember Data models

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

danielspaniel/ember-select

Repository files navigation

ember-select-box

Why

  • 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

Usage

{{select-box
    prompt="Select User"
    labelPath='name'
    options=users
    selected=account.user
    onChange=(action setProperty account 'user')
}}

Installation

  • git clone <repository-url> this repository
  • cd ember-select-box
  • npm install

Running

Running Tests

  • ember test

About

Ember component that wraps native HTML <select> that works with Ember Data models

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages