** PLEASE READ THIS BEFORE FILING AN ISSUE ** **I'm submitting a:** <!-- (check one with "x") --> - [ X] bug report - [ ] feature request **What OS are you using?** Windows 10 **What browser(s) is this bug affecting:** All (Chrome 76) **Current behavior:** Label doesn't render correctly when value is preset.  ``` <mwc-textfield label="Name" value="test" outlined required validationMessage="Name is required" > ``` Label also doesn't render correctly when present with binding. `value="${this.newSlideShowName || ''}"` 