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
I have below error. Can you please help?
Uncaught Action failed: c:MultiSelect$controller$init [Cannot read property 'sort' of undefined]
Callback failed: aura://ComponentController/ACTION$getComponent
The text was updated successfully, but these errors were encountered:
I managed to solve it. Thanks!
The issue is that I can't select more than one item, even though I added the code
<c:MultiSelect aura:id="my-multi-select" options="{!v.options}" label="Status" selectChange="{!c.handleSelectChangeEvent}" selectedItems="{!v.mySelectedItems}" />
Where could be the issue? Thank you for the help!!!
I have below error. Can you please help?
Uncaught Action failed: c:MultiSelect$controller$init [Cannot read property 'sort' of undefined]
Callback failed: aura://ComponentController/ACTION$getComponent
The text was updated successfully, but these errors were encountered: