PolymerElements / paper-progress

A Material Design progress
32 stars 43 forks source link

hidden attribute does not work for paper-progress used inside shadow dom #50

Closed coreyfarrell closed 7 years ago

coreyfarrell commented 7 years ago

Description

paper-progress 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/povusadala/edit?html,output

See Also

PolymerElements/paper-input#397