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
This looks like a dupe of #2662. We have a PR waiting to merge here that will allow easy adding of themes to overlay-based components, so should get in soon.
Bug, feature request, or proposal:
feature request
What is the desired behavior?
There would be a way to specity a custom class on the overlay for a select element. e.g.
What is the current behavior?
No way to add a custom class to the overlay for a select
What is the use-case or motivation for changing an existing behavior?
I'm using multiple themes in the way described in the guide .e.g.
So if I have a select inside an element with
class="my-theme-1"
I would want the select to get the styles form$myTheme1
.This doesn't work for the select's overlay as the overlay is appended to the body.
Which versions of Angular, Material, OS, browsers are affected?
Material: beta-2
The text was updated successfully, but these errors were encountered: