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.
I try to use paper-radio-group element in an angular 2 application but when I place the paper-radio-group in an angular 2 component the element does not work as expected.
The selected paper-radio-buttons disappears after selection inside the paper-radio-group element.
Expected outcome
Paper-radio group should not disappear after selection. And the default selected element should get selected.
Actual outcome
After I select a paper-radio-button inside the paper-radio-group all paper-radio-buttons disappear inside the paper-radio-group.
Exactly the same thing is happening to me. I'm having a lot of problems integrating angular 2 with polymer elements even though i'm using a special connector https://github.com/vaadin/angular2-polymer). If someone can fix that mistake it would be great
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description
I try to use paper-radio-group element in an angular 2 application but when I place the paper-radio-group in an angular 2 component the element does not work as expected.
The selected paper-radio-buttons disappears after selection inside the paper-radio-group element.
Expected outcome
Paper-radio group should not disappear after selection. And the default selected element should get selected.
Actual outcome
After I select a paper-radio-button inside the paper-radio-group all paper-radio-buttons disappear inside the paper-radio-group.
Steps to reproduce
bower install --save PolymerElements/paper-radio-button
bower install --save PolymerElements/paper-radio-button-group
Browsers Affected
The text was updated successfully, but these errors were encountered: