zestia / ember-select-box

:capital_abcd: A faux select box for Ember apps
MIT License
64 stars 14 forks source link

Add `name` to `attributeBindings` of `select-box/native` #4

Closed krasnoukhov closed 8 years ago

krasnoukhov commented 8 years ago

I'm not sure why name is not on that list since that's something that <select> allows. For me, it would be useful so I can use Capybara's select method with from option: http://www.rubydoc.info/github/jnicklas/capybara/master/Capybara/Node/Actions#select-instance_method

I could open a PR if that change is ok with you. Thanks!

amk221 commented 8 years ago

Ah, silly me! Sure thing if you'd like to make a PR that's fine with me :)

amk221 commented 8 years ago

Thank you!

krasnoukhov commented 8 years ago

No, thank you! :shipit: