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 want to be able to distinguish when the users # or @ so I can lookup the correct database table of terms and return them as such. The only data currently being sent is term
Anyone got a solution for this?
The text was updated successfully, but these errors were encountered:
I managed to solve this issue by keeping the trigger character next to the value in the hidden input. So instead of username it would appear @username.
I am doing something like this:
$(".editor-textarea").mentionsInput({trigger: "#@", source: global_base_url + 'home/get_user_friends'});
I want to be able to distinguish when the users # or @ so I can lookup the correct database table of terms and return them as such. The only data currently being sent is term
Anyone got a solution for this?
The text was updated successfully, but these errors were encountered: