PolymerElements / paper-dropdown-menu

A Material Design browser select element
https://www.webcomponents.org/element/PolymerElements/paper-dropdown-menu
61 stars 107 forks source link

paper-dropdown-menu-light draws a clipped label below the line #215

Open rwestlund opened 7 years ago

rwestlund commented 7 years ago

Description

When bound to a value that is cleared, paper-dropdown-menu-light draws the label below the input's underline, and clips it. The normal paper-dropdown-menu behaves correctly.

Expected outcome

The label should return to fill the input.

Actual outcome

The label is drawn below the underline.

Live Demo

https://jsfiddle.net/ywa8LahL/1/

Steps to reproduce

Browsers Affected

Ado77 commented 7 years ago

This has to do with adding back the   to the html on deselect