Paper Radio Button errors.
Closed this issue · 1 comments
When I have a paper-radio-button inside of a paper-radio-group, which is inside of a template I am experiencing two errors.
-
the buttons can be 'checked' and 'unchecked'
-
when the selected radio button is preset by the selected value, the last value in the template the button remains in a visible selected state that it looks like it was clicked. the page then scrolls all the way to the bottom of the last selected group.
<paper-radio-group selected="{{item.authd}}" on-tap="authChanged" id="{{item.id}}">
<paper-radio-button name="authnr">N/R</paper-radio-button>
<paper-radio-button name="pending">Pending</paper-radio-button>
<paper-radio-button name="authd">Auth</paper-radio-button>
</paper-radio-group>
appears fixed in latest