Skip to content
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.

paper-radio-group is not multiselectable despite "multi" property #70

Open
3 tasks done
ghost opened this issue Oct 25, 2016 · 1 comment
Open
3 tasks done

paper-radio-group is not multiselectable despite "multi" property #70

ghost opened this issue Oct 25, 2016 · 1 comment

Comments

@ghost
Copy link

ghost commented Oct 25, 2016

Description

Radio buttons are not multiselectable despite of "multi" property. That happens because, since tag 1.0.2, paper-radio-group.html implements "select" method. In older versions, that method has been called from "iron-selector/iron-multi-selectable.html"

Expected outcome

In this simple example:
<paper-radio-group multi>
<paper-radio-button name="a">a</paper-radio-button>
<paper-radio-button name="b">b</paper-radio-button>
</paper-radio-group>

and selecting both radio buttons, both remain selected.

Actual outcome

Only last element is selected.

Browsers Affected

  • Chrome
  • Firefox
  • Safari
@benquan
Copy link

benquan commented Feb 22, 2018

Similar issue. On your example, if you remove the name tags, the element works as expected, but as soon as you add name tags, multiselect goes berserk.

That would be a solution, but currently name is needed in order to work with selected-values (getting and setting). So, bug still persists.

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

No branches or pull requests

1 participant