manolo / gwt-polymer-elements

Polymer Web Components for GWT. A collection of Material Design widgets for desktop and mobile.
Apache License 2.0
155 stars 49 forks source link

PaperRadioGroup have incorrectly behaviour if created dynamic #114

Open hoppermann opened 8 years ago

hoppermann commented 8 years ago

If you add a PaperRadioGroup dynamic, the containing PaperRadioButtons behave as if they are not in a group.

example project

a-dyachenko commented 7 years ago

I have exactly same issue when dynamically or statically adding PaperRadioGroup and then dynamically adding PaperRadioButton to this group. PaperRadioButton values are not accessible from the group either.