Basically the functionality that I'm trying to replicate is the @reply system as it works here on StackOverflow. I have a list of comments, and I want the user to be able to type @ and see suggestions of usernames from all previous comments.
I only found solutions that work on simple <input type="text">
, but not on a multiline <textarea>
.
I don't really care about compatibility with IE or legacy browsers.