ember-power-select icon indicating copy to clipboard operation
ember-power-select copied to clipboard

Allow for no css styling (that isn't neccessary) to be added

Open emattias opened this issue 4 years ago • 2 comments
trafficstars

It would be nice to be able to use the ember-power-select components without having the default styling be applied.

When overriding individual components you have to maintain that component over time when all we need is to override a css class.

It would be nice to have a @noStyling arg or something that stops the default classes like ember-power-select-search-input, ember-power-select-option, etc. from being added. (We have alot of old styling using the old classes so we cant just remove the css file unfortunately)

emattias avatar Nov 09 '21 09:11 emattias

Agreed, having the CSS classes added to the trigger makes using custom trigger components a lot harder than it should be too.

kevinansfield avatar Jan 27 '22 14:01 kevinansfield

That would be unreasonably complex. Those classes are there and users are free to ignore them, but having default classes is somewhat required for the 99% of usages.

cibernox avatar Jan 27 '22 14:01 cibernox