You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When styling with tailwind you send in classes for everything you style, so it would be nice to have args for that, like: @beforeOptionsInputClass, @optionClass, etc.
The text was updated successfully, but these errors were encountered:
Something like this would be super useful for me as well. It would be really helpful in some cases to be able to more easily style parts of Ember Power Select without the overhead of providing fully custom components.
If we wanted to add corresponding @...Class arguments support to each of the composable components, we would add the following, as additional classes to the default ones included by Ember Power Select.
@afterOptionsClass
@beforeOptionsClass
@groupClass
@optionsClass
@optionClass (not a composable component, but useful)
@searchMessageClass
@selectedItemClass
@cibernox thoughts on this? I'd be happy to draft a PR for this (including doc changes and test coverage), if this is something you're open to considering. Happy to discuss any feedback you have.
When styling with tailwind you send in classes for everything you style, so it would be nice to have args for that, like:
@beforeOptionsInputClass
,@optionClass
, etc.The text was updated successfully, but these errors were encountered: