Closed
Description
Describe the bug
For a <MatBlazor.MatTextField TValue="string" Placeholder="placeholder" Label="label" FullWidth="true" />
, the UI elements label and placeholder overlap. This does not occur for FullWidth="false"
.
To Reproduce
See above.
Blazorfiddle link
https://blazorfiddle.com/s/wskutlab
Expected behavior
Either the placeholder needs to be invisible when the element is not focused, or the label needs to be small already.