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
Input element with mdInput inside md-input-container does not display the placeholder when field is empty
Just started with Angular 2 and material design after working with material in React.js apps. First impression of angular/material2 does not seem to be good as it's React counterpart.
So here's what is happening... there is no grey placeholder when the input field is empty and unfocused. Please see the image below:
It only jumps out above when the field is not empty or focused
Input element with mdInput inside md-input-container does not display the placeholder when field is empty
Just started with Angular 2 and material design after working with material in React.js apps. First impression of angular/material2 does not seem to be good as it's React counterpart.
So here's what is happening... there is no grey placeholder when the input field is empty and unfocused. Please see the image below:
It only jumps out above when the field is not empty or focused
Here is the code below:
The text was updated successfully, but these errors were encountered: