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 Dec 5, 2020. It is now read-only.
I supposed that it should be reset since the whole data had been changed.
Here's what I did:
click one tag within data array A
navigate / refresh the current page and replace the tagselect component with another data array B
when I tried to click one tag, it shows the message: Max reached. That seems the last selected status hadn't be reset.
I'm not sure if I should set itemsSelected to [], but this property haven't a setter method. So my problem is how to reset the component selected items after changing the property 'data'?
Any hint will be appreciated.
The text was updated successfully, but these errors were encountered:
I supposed that it should be reset since the whole data had been changed.
Here's what I did:
I'm not sure if I should set itemsSelected to [], but this property haven't a setter method. So my problem is how to reset the component selected items after changing the property 'data'?
Any hint will be appreciated.
The text was updated successfully, but these errors were encountered: