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
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
Chrome
Firefox
Safari 9
Safari 8
Safari 7
Edge
IE 11
IE 10
The text was updated successfully, but these errors were encountered:
osamamaruf
changed the title
Set selected-item and selected-items does not trigger set the selected prop
Set selected-item and selected-items does not trigger the selected prop
Aug 6, 2019
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
andselected-items
via javascript should work the same way as manual selection.Actual outcome
The selection is not made.
Browsers Affected
The text was updated successfully, but these errors were encountered: