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?
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.
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
triggerClassordropdownClass.The API REFERENCE is the best reference for this.