PolymerElements / paper-button

A button à la Material Design
https://www.webcomponents.org/element/PolymerElements/paper-button
138 stars 64 forks source link

hidden attribute does not work for paper-button used inside shadow dom #122

Closed coreyfarrell closed 8 years ago

coreyfarrell commented 8 years ago

Description

paper-button does not respect the hidden attribute when used inside a shadow root.

Expected outcome

The hidden attribute should cause display:none to apply.

Live Demo

https://jsbin.com/goyivozuju/edit?html,output

Related to PolymerElements/paper-input#397.

keanulee commented 8 years ago

Duplicate #119