Select does not show placeholder text or underline in beta.12.
Select should be more visible with underlined component and placeholder text
https://stackblitz.com/edit/material-project
Angular 4.4.4, Material 2.0.0-beta.12
How was this solved?
@chris93007 that happens if you forget to wrap it in mat-form-field
This was never a bug. I was just too fast to report what was documented as a breaking change.
I had to wrap my select element in <mat-form-field>
Ok, I suppose the documentation has to be updated, as this wasn't an issue before I updated.
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
@chris93007 that happens if you forget to wrap it in
mat-form-field