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
{{ message }}
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.
Currently when selectedChanged is called,<core-selector> assumes it has a valid target. To correct this, we'll need to fix the items getter where target is accessed. We'll also need to change targetChanged such that it calls clearsSelection when an old target is removed and calls updateSelected when a new target is added.
The text was updated successfully, but these errors were encountered:
Currently when
selectedChanged
is called,<core-selector>
assumes it has a valid target. To correct this, we'll need to fix theitems
getter where target is accessed. We'll also need to changetargetChanged
such that it callsclearsSelection
when an old target is removed and callsupdateSelected
when a new target is added.The text was updated successfully, but these errors were encountered: