Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

paper-checkbox triggers _forwardInstanceProp on checked attribute when placed in template when initialized #70

Closed
David-Mulder opened this issue Oct 25, 2015 · 1 comment

Comments

@David-Mulder
Copy link

As per title, when I place a <paper-checkbox> inside a <template> it will trigger the _forwardInstanceProp with initialized checked state, whilst other elements do not do this. When I tried reproducing this in a simple scenario (with Templatizr) both seemed to behave exactly the same way (triggering listeners and the like at the same points), however in conjuction with Templatizr there is a difference somewhere.

@David-Mulder
Copy link
Author

Nevermind, shame on me, it seems to do with the way undefined is handled when set on a paper-checkbox which is probably (and correctly) undefined behaviour.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant