-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Closed
Labels
P3An issue that is relevant to core functions, but does not impede progress. Important, but not urgentAn issue that is relevant to core functions, but does not impede progress. Important, but not urgent
Description
Bug, feature request, or proposal:
bug
What is the expected behavior?
Placeholder should hide if input value is not empty
What is the current behavior?
Placeholder overlaps the content of input
What are the steps to reproduce?
- MatFormField:
floatPlaceholder="never"
orfloatLabel="never"
(as floatPlaceholder is deprecated) - Patch value of formControl with
{emitEvent: false}
https://stackblitz.com/edit/angular-material2-issue-gvg3yu
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
Angular: 5.0
Material: 5.0
Ubuntu 16.04
Chrome Version 61.0.3163.100
Firefox Quantum Version 57
Is there anything else we should know?
It can be related to this issue: #7066
somzJosf and jktu2870
Metadata
Metadata
Labels
P3An issue that is relevant to core functions, but does not impede progress. Important, but not urgentAn issue that is relevant to core functions, but does not impede progress. Important, but not urgent