iron-list
iron-list copied to clipboard
Set `selected-item` and `selected-items` does not trigger the selected prop
Description
In the selection demo available assign the selected-items data via javascript. The selected-items will contain the elements but selected
attribute is not applied.
Expected outcome
Assigning the selected-item
and selected-items
via javascript should work the same way as manual selection.
Actual outcome
The selection is not made.
Browsers Affected
- [x] Chrome
- [x] Firefox
- [x] Safari 9
- [x] Safari 8
- [x] Safari 7
- [x] Edge
- [x] IE 11
- [x] IE 10