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's paper-input text-align is inconsistent with normal paper-input #108

Open AndreasGalster opened 8 years ago

AndreasGalster commented 8 years ago

Not sure why this decision has been made, maybe it's just a mistake but paper-drop-down's :host attribute has text-align: left defined. I don't see a reason why this should be. Instead in my opinion it should inherit text-alignment just like paper-input does.

It's arguable if you want to default to text-align left or inherit but either way, I believe both inputs should at least do both the same alignment.

cdata commented 8 years ago

This is fair. It may have been accidental.