Bug
A md-select element should be disabled if it is inside a disabled fieldset like other fields such as input, textarea, ...
You can use the md-select component even if its parent fieldset is disabled.
http://plnkr.co/edit/bXjtAGhH2jpM4jrSB3Pg?p=preview
When you wish to disable a full form it is very convenient to use a disabled fieldset. It will in fact disable everything and removes the need to disable each single field one by one.
Angular : "@angular/core": "4.1.3",
Material : "@angular/material": "2.0.0-beta.5",
Typescript : "typescript": "^2.3.3"
OS: OSX & Windows
Browsers : All
None that I know of!
Related to #2763
Should be resolved by https://github.com/angular/material2/pull/4334.
Seems to be tracked in https://github.com/angular/angular/issues/13856.
Will this be resolved by https://github.com/angular/angular/issues/13856?
The Material Select component is different than the other form control components because it does not render an actual <select> element. I think we'll need to add support for this in the Material library itself.
I think all related issues have been funneled towards https://github.com/angular/angular/issues/35309 -- do I understand correctly that resolving that will fix this as well?
Closing this since the underlying issue is tracked on https://github.com/angular/angular/issues/35309
This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.
Read more about our automatic conversation locking policy.
_This action has been performed automatically by a bot._
Most helpful comment
Will this be resolved by https://github.com/angular/angular/issues/13856?
The Material Select component is different than the other form control components because it does not render an actual
<select>element. I think we'll need to add support for this in the Material library itself.