cibernox / ember-power-select-typeahead

Typeahead component built on top of ember-power-select
MIT License
37 stars 57 forks source link

Fix triggerClass #25

Closed schickm closed 7 years ago

schickm commented 7 years ago

triggerClass wasn't working because the computed property it was referring to internally was misspelled.

cibernox commented 7 years ago

Thanks!