paper-radio-button icon indicating copy to clipboard operation
paper-radio-button copied to clipboard

Hidden attribute does not hide the component

Open DavidHenri008 opened this issue 6 years ago • 3 comments

Description

The paper-radio-button element does not hide when the hidden attribute is applied to it. It seems the hidden attribute selector is not applied to the :host.

Expected outcome

I expect to see the component with CSS display:none on host when the hidden attribute is set to true.

Actual outcome

The component is still visible.

Browsers Affected

  • [x] Chrome (only tested on chrome)
  • [ ] Firefox
  • [ ] Safari 9
  • [ ] Safari 8
  • [ ] Safari 7
  • [ ] Edge
  • [ ] IE 11
  • [ ] IE 10

DavidHenri008 avatar Mar 20 '18 17:03 DavidHenri008