Skip to content

mwc-textfield label rendering incorrectly when value is preset. #444

@aarondrabeck

Description

@aarondrabeck

** PLEASE READ THIS BEFORE FILING AN ISSUE **

I'm submitting a:

  • [ 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.

image

<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 || ''}"

image

Metadata

Metadata

Assignees

Labels

Type: BugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions