After upgrading to textfield 6.0.0 the input in mdc-text-fields isn't aligned correctly anymore. It seems to fix itself after entering text and clicking the input.


| Software | Version(s) |
| ---------------- | ---------- |
| MDC Web | 6.0.0
| Browser | Safari Version 13.1 (15609.1.20.111.8)
| Operating System | macOS 10.15.4 (19E287)
Thanks for the issue! It looks like a bug in webkit: https://bugs.webkit.org/show_bug.cgi?id=142968
We'll see if there's anything we can do to help speed along a fix and get a workaround in the meantime.
This is a serious regression. Any news?
We're currently working on an update to text field's layout that addresses this issue.
As a workaround for now you can set the placeholder attribute of the input element to a single space. i.e.
<input type="text" class="mdc-text-field__input" aria-labelledby="my-label" placeholder=" ">
Most helpful comment
Thanks for the issue! It looks like a bug in webkit: https://bugs.webkit.org/show_bug.cgi?id=142968
We'll see if there's anything we can do to help speed along a fix and get a workaround in the meantime.