Closed
Description
Bug
I am following this closed bug 17ceb9a
which said the label and placeholder are separated.
What is the expected behavior?
I expect if I follow the example code then I should be able to have my label and placeholder separated.
What is the current behavior?
It does not work as it should be. Only the label is shown.
What are the steps to reproduce?
https://stackblitz.com/edit/angular-qnzimy?file=app%2Finput-overview-example.ts
What is the use-case or motivation for changing an existing behavior?
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
Is there anything else we should know?
https://material.angular.io/components/input/overview
This overview does not include any of these changes. I do not know what is the latest status of label vs placeholder. Is there another bug or something?