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
$ctrl.selectItem = function (obj) {
// do something here to store your object in an array or something
return obj.label
}
However, I still don't know how to clean the array if the user deletes de mention. I'm thinking about checking the text context to find every single mention before submitting the for content.
How can I get all the selected mentions from a text area
The text was updated successfully, but these errors were encountered: