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.
Setting checked on a paper-checkbox with shadow dom enabled, is getting disabled on upgrade.
Looks like it's due to active not also being set in _buttonStateChanged of paper-checked-element-behavior.js
Expected outcome
Upgrading should maintain the state of the attributes
Actual outcome
Checked is reverted to false
Browsers Affected
Chrome
Firefox
[didn't check anyone else]
Safari 9
Safari 8
Safari 7
Edge
IE 11
IE 10
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description
Setting
checked
on a paper-checkbox with shadow dom enabled, is getting disabled on upgrade.Looks like it's due to
active
not also being set in _buttonStateChanged of paper-checked-element-behavior.jsExpected outcome
Upgrading should maintain the state of the attributes
Actual outcome
Checked is reverted to false
Browsers Affected
[didn't check anyone else]
The text was updated successfully, but these errors were encountered: