Closed
Description
Bug, feature request, or proposal:
Bug
What is the expected behavior?
when I add a class refering to an angular material them, the md-select component must be affected by this theme
What is the current behavior?
The md-select component keeps the default theme. The other components I tried (tabs, input, checkbox) are working correctly.
What are the steps to reproduce?
Create 2 themes, one default and one inside a css class, and add this css class on a parent of a md-select component.
What is the use-case or motivation for changing an existing behavior?
To have a fully functional multiple themes feature
Which versions of Angular, Material, OS, browsers are affected?
I'm using Angular 2.4.3, Material 2-beta1 (using latest build repository), and chrome.
I don't know if others browsers are affected, but I'm assuming it's the case.