Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
emattias opened this issue Nov 9, 2021 · 2 comments
Open

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

emattias opened this issue Nov 9, 2021 · 2 comments

Comments

@emattias
Copy link

emattias commented Nov 9, 2021

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)

@kevinansfield
Copy link
Contributor

kevinansfield commented Jan 27, 2022

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

@cibernox
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants