cibernox / ember-power-select-typeahead

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

Material theme of ember-power-select #29

Open poserr opened 7 years ago

poserr commented 7 years ago

Hi again.

I also tried to use it for material theme of ember-power-select, in my ember-cli-build.js I have:

'ember-power-select': {
      theme: 'material'
}

and when I use your component out of the box, I do not see any arrow/cross/loading icons on the right side.

Is it me doing something wrong or there is no support for material theme of ember-power-select ?

cibernox commented 7 years ago

Is Ember Power Select a direct dependency of your project it is just installed because it's a dependency of this addon?

It never occurred to me check if themes work when EPS is a transitive dependency. I have no idea if it works.

poserr commented 7 years ago

Yes, I also use EPS separately, for "short" selects

cibernox commented 7 years ago

@poserr What version? The material theme is relatively new.

poserr commented 7 years ago

1.0.0-beta.23