You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.
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
Chrome (only tested on chrome)
Firefox
Safari 9
Safari 8
Safari 7
Edge
IE 11
IE 10
The text was updated successfully, but these errors were encountered:
If you want to send a PR to add a :host(hidden) style like this one that would be awesome! Otherwise, you need to add something like this where you're using the paper-radio-button:
@notwaldorf Hi Monica, I was in the middle of doing my first PR to fix this issue and while doing the unit test, I realized that it was already working... So I tried to understand why my test was passing (the radio button becomes hidden) but the result was different in my application. Here's what I found:
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
The text was updated successfully, but these errors were encountered: