Ember-power-select: Passing costum classNames to power-select does not work

Created on 27 Jan 2017  路  2Comments  路  Source: cibernox/ember-power-select

When passing a custom classNames like this:

{{power-select classNames="some-class" ...}} the "some-class" class does not get added to the class attribute of the DOM-node.

Otherwise when doing the same thing with power-select-multiple - it works.

Is this intended? Or simply misusage from my side?

Most helpful comment

The component is supposed to be tagless (the fact the the multiple select isn't it an error on my side that I have to fix).
You are expected to use triggerClass or dropdownClass.

The API REFERENCE is the best reference for this.

All 2 comments

The component is supposed to be tagless (the fact the the multiple select isn't it an error on my side that I have to fix).
You are expected to use triggerClass or dropdownClass.

The API REFERENCE is the best reference for this.

Ok thanks.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

nhemanth007 picture nhemanth007  路  10Comments

jamesstonehill picture jamesstonehill  路  6Comments

ivpusic picture ivpusic  路  10Comments

danconnell picture danconnell  路  7Comments

angelosarto picture angelosarto  路  8Comments